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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Oct 19 14:42:48 EEST 2007
Author: kihamala
Date: 2007-10-19 14:42:47 +0300 (Fri, 19 Oct 2007)
New Revision: 14525

Modified:
   projects/haf/trunk/dbus-glib/debian/patches/09-replace-invalid-assert.patch
Log:
fix to 09 patch


Modified: projects/haf/trunk/dbus-glib/debian/patches/09-replace-invalid-assert.patch
===================================================================
--- projects/haf/trunk/dbus-glib/debian/patches/09-replace-invalid-assert.patch	2007-10-19 11:41:42 UTC (rev 14524)
+++ projects/haf/trunk/dbus-glib/debian/patches/09-replace-invalid-assert.patch	2007-10-19 11:42:47 UTC (rev 14525)
@@ -1,6 +1,6 @@
 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-10-04 15:24:56.088323208 +0300
++++ dbus-glib-0.74.new/dbus/dbus-gproxy.c	2007-10-19 14:29:37.148438896 +0300
 @@ -2167,7 +2167,11 @@ dbus_g_proxy_begin_call_internal (DBusGP
                                          timeout))
      goto oom;
@@ -8,7 +8,7 @@
 -  g_assert (pending != NULL);
 +  if (pending == NULL)
 +    {
-+      g_error ("Disconnected");
++      g_debug ("Disconnected");
 +      return 0;
 +    }
  


More information about the maemo-commits mailing list