~tiagosh/ubuntu/trusty/telepathy-qt5/group-chat

« back to all changes in this revision

Viewing changes to debian/patches/07-fix_createChannel.patch

  • Committer: Tiago Salem Herrmann
  • Date: 2014-02-05 14:08:17 UTC
  • Revision ID: tiago.herrmann@canonical.com-20140205140817-t6ng5m8xkronzy1f
pass the request hints to createChannel()

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Index: group-chat/TelepathyQt/base-connection.cpp
3
3
===================================================================
4
4
--- group-chat.orig/TelepathyQt/base-connection.cpp     2014-02-04 14:00:08.322478850 -0500
5
 
+++ group-chat/TelepathyQt/base-connection.cpp  2014-02-04 14:00:08.314478801 -0500
 
5
+++ group-chat/TelepathyQt/base-connection.cpp  2014-02-05 09:02:19.712389826 -0500
6
6
@@ -286,6 +286,7 @@
7
7
         uint targetHandle,
8
8
         uint initiatorHandle,
82
82
                              targetHandle,
83
83
                              mPriv->connection->selfHandle(),
84
84
                              suppressHandler,
85
 
+                             QVariantMap(),
 
85
+                             request,
86
86
                              error);
87
87
     if (error->isValid())
88
88
         return;