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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Sep 26 13:09:49 EEST 2007
Author: kihamala
Date: 2007-09-26 13:09:48 +0300 (Wed, 26 Sep 2007)
New Revision: 14102

Modified:
   projects/haf/trunk/dbus-glib/debian/patches/08-fix-pending-call-remove.patch
Log:
fix a warning


Modified: projects/haf/trunk/dbus-glib/debian/patches/08-fix-pending-call-remove.patch
===================================================================
--- projects/haf/trunk/dbus-glib/debian/patches/08-fix-pending-call-remove.patch	2007-09-26 10:03:22 UTC (rev 14101)
+++ projects/haf/trunk/dbus-glib/debian/patches/08-fix-pending-call-remove.patch	2007-09-26 10:09:48 UTC (rev 14102)
@@ -4,7 +4,7 @@
 @@ -1423,9 +1423,9 @@ static void
  cancel_pending_call (gpointer key, gpointer val, gpointer data)
  {
-   DBusGProxyCall *call = key;
+-  DBusGProxyCall *call = key;
 -  DBusGProxy *proxy = data;
 +  DBusPendingCall *pending = val;
  


More information about the maemo-commits mailing list