summaryrefslogtreecommitdiff
path: root/tubes/inc
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-03-26 14:40:17 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:40:01 +0200
commit4a758fc56f2491c911f035bbe86c9b50fd69436a (patch)
tree57dcf477376cd658f93c96b9b981202b3adcf0f8 /tubes/inc
parent70ecadfcffc780f5024c1ed99b18b7939ea0609f (diff)
tubes: work around “We are supposed to handle only one channel” bug.
This is the bug which breaks the first request after the offerer signed in.
Diffstat (limited to 'tubes/inc')
-rw-r--r--tubes/inc/tubes/manager.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx
index c75e3c123e84..8ba3a020ce48 100644
--- a/tubes/inc/tubes/manager.hxx
+++ b/tubes/inc/tubes/manager.hxx
@@ -221,6 +221,8 @@ public:
static void TransferDone( EmpathyFTHandler *handler, TpFileTransferChannel *, gpointer user_data);
private:
+ void ensureLegacyChannel( TpAccount* pAccount, TpContact* pBuddy );
+
TeleConferenceVector maConferences;
bool mbAcceptIncoming;