[maemo-commits] [maemo-commits] r15176 - projects/haf/trunk/dbus-glib/debian/patches

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Feb 13 11:22:51 EET 2008
Author: kihamala
Date: 2008-02-13 11:22:49 +0200 (Wed, 13 Feb 2008)
New Revision: 15176

Removed:
   projects/haf/trunk/dbus-glib/debian/patches/02-gsource-priority.patch
Log:
removed the offending patch


Deleted: projects/haf/trunk/dbus-glib/debian/patches/02-gsource-priority.patch
===================================================================
--- projects/haf/trunk/dbus-glib/debian/patches/02-gsource-priority.patch	2008-02-13 09:19:55 UTC (rev 15175)
+++ projects/haf/trunk/dbus-glib/debian/patches/02-gsource-priority.patch	2008-02-13 09:22:49 UTC (rev 15176)
@@ -1,19 +0,0 @@
-diff -ur dbus/dbus-gmain.c dbus.new/dbus-gmain.c
---- dbus/dbus-gmain.c	2006-03-03 19:26:22.000000000 +0200
-+++ dbus.new/dbus-gmain.c	2006-04-29 13:06:44.386354560 +0300
-@@ -165,6 +165,7 @@
-                                                sizeof (DBusGMessageQueue));
-       ((DBusGMessageQueue*)cs->message_queue_source)->connection = connection;
-       g_source_attach (cs->message_queue_source, cs->context);
-+      g_source_set_priority (cs->message_queue_source, G_PRIORITY_HIGH);
-     }
-   
-   return cs;
-@@ -282,6 +283,7 @@
-   g_source_set_callback (handler->source, (GSourceFunc) io_handler_dispatch, handler,
-                          io_handler_source_finalized);
-   g_source_attach (handler->source, cs->context);
-+  g_source_set_priority (handler->source, G_PRIORITY_HIGH);
- 
-   cs->ios = g_slist_prepend (cs->ios, handler);
-   


More information about the maemo-commits mailing list