[maemo-commits] [maemo-commits] r14102 - projects/haf/trunk/dbus-glib/debian/patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 26 13:09:49 EEST 2007
- Previous message: [maemo-commits] r14101 - projects/haf/trunk/dbus-glib/debian/patches
- Next message: [maemo-commits] r14103 - projects/haf/trunk/dbus-glib/debian/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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;
- Previous message: [maemo-commits] r14101 - projects/haf/trunk/dbus-glib/debian/patches
- Next message: [maemo-commits] r14103 - projects/haf/trunk/dbus-glib/debian/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
