Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/modulesets/patches/telepathy-gabble-olpc-no-dbus-uid-check.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/modulesets/patches/telepathy-gabble-olpc-no-dbus-uid-check.patch b/config/modulesets/patches/telepathy-gabble-olpc-no-dbus-uid-check.patch
index d9a3d93..f7e69f0 100644
--- a/config/modulesets/patches/telepathy-gabble-olpc-no-dbus-uid-check.patch
+++ b/config/modulesets/patches/telepathy-gabble-olpc-no-dbus-uid-check.patch
@@ -16,7 +16,7 @@ diff -rN -up old-telepathy-gabble/src/tube-dbus.c new-telepathy-gabble/src/tube-
static void
new_connection_cb (DBusServer *server,
DBusConnection *conn,
-@@ -234,6 +242,13 @@ new_connection_cb (DBusServer *server,
+@@ -243,6 +251,13 @@
dbus_connection_ref (conn);
dbus_connection_setup_with_g_main (conn, NULL);
dbus_connection_add_filter (conn, filter_cb, tube, NULL);
@@ -28,6 +28,5 @@ diff -rN -up old-telepathy-gabble/src/tube-dbus.c new-telepathy-gabble/src/tube-
+ NULL, NULL);
+
priv->dbus_conn = conn;
- }
-
+ /* We may have received messages to deliver before the local connection is