[maemo-commits] [maemo-commits] r14103 - projects/haf/trunk/dbus-glib/debian/patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 26 13:12:23 EEST 2007
- Previous message: [maemo-commits] r14102 - projects/haf/trunk/dbus-glib/debian/patches
- Next message: [maemo-commits] r14104 - in projects/haf/trunk/hildon-fm: . hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2007-09-26 13:12:22 +0300 (Wed, 26 Sep 2007) New Revision: 14103 Modified: projects/haf/trunk/dbus-glib/debian/patches/08-fix-pending-call-remove.patch Log: fix a warnign 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:09:48 UTC (rev 14102) +++ projects/haf/trunk/dbus-glib/debian/patches/08-fix-pending-call-remove.patch 2007-09-26 10:12:22 UTC (rev 14103) @@ -1,7 +1,8 @@ diff -pur dbus-glib-0.74/dbus/dbus-gproxy.c dbus-glib-0.74.new/dbus/dbus-gproxy.c --- dbus-glib-0.74/dbus/dbus-gproxy.c 2007-04-20 19:36:09.000000000 +0300 -+++ dbus-glib-0.74.new/dbus/dbus-gproxy.c 2007-09-26 12:58:06.348986480 +0300 -@@ -1423,9 +1423,9 @@ static void ++++ dbus-glib-0.74.new/dbus/dbus-gproxy.c 2007-09-26 13:11:55.298966928 +0300 +@@ -1422,10 +1422,9 @@ dbus_g_proxy_class_init (DBusGProxyClass + static void cancel_pending_call (gpointer key, gpointer val, gpointer data) { - DBusGProxyCall *call = key; @@ -13,7 +14,7 @@ } static void -@@ -1440,7 +1440,7 @@ dbus_g_proxy_dispose (GObject *object) +@@ -1440,7 +1439,7 @@ dbus_g_proxy_dispose (GObject *object) } /* Cancel outgoing pending calls */
- Previous message: [maemo-commits] r14102 - projects/haf/trunk/dbus-glib/debian/patches
- Next message: [maemo-commits] r14104 - in projects/haf/trunk/hildon-fm: . hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]