[Pkg-xfce-commits] r109 - in goodies/xfmedia/debian: . patches

Yves-Alexis Perez corsac-guest@costa.debian.org
Sun, 15 May 2005 16:17:41 +0000


Author: corsac-guest
Date: 2005-05-15 16:17:41 +0000 (Sun, 15 May 2005)
New Revision: 109

Added:
   goodies/xfmedia/debian/patches/
   goodies/xfmedia/debian/patches/00_dbus_segfault.patch
Log:
Patch to avoid segfaulting when dbus isnt present. (the good one this time)


Added: goodies/xfmedia/debian/patches/00_dbus_segfault.patch
===================================================================
--- goodies/xfmedia/debian/patches/00_dbus_segfault.patch	2005-05-15 15:18:41 UTC (rev 108)
+++ goodies/xfmedia/debian/patches/00_dbus_segfault.patch	2005-05-15 16:17:41 UTC (rev 109)
@@ -0,0 +1,11 @@
+diff -urN remote.c remote.c
+--- remote.c	2005-05-13 00:39:15.000000000 +0200
++++ remote.c	2005-05-13 00:39:46.000000000 +0200
+@@ -143,6 +143,7 @@
+                     "Please ensure that the session bus is running. (%d: %s)",
+                     err->code, err->message);
+             g_error_free(err);
++	    return NULL;
+         }
+     }
+