[Pkg-xfce-commits] r2033 - in desktop/trunk/thunar/debian: . patches

corsac at alioth.debian.org corsac at alioth.debian.org
Sat May 17 16:02:30 UTC 2008


Author: corsac
Date: 2008-05-17 16:02:29 +0000 (Sat, 17 May 2008)
New Revision: 2033

Removed:
   desktop/trunk/thunar/debian/patches/06_dont-die-on-dbus-restart.patch
Modified:
   desktop/trunk/thunar/debian/changelog
Log:
this patch doesn't work, so no need.


Modified: desktop/trunk/thunar/debian/changelog
===================================================================
--- desktop/trunk/thunar/debian/changelog	2008-05-17 15:55:53 UTC (rev 2032)
+++ desktop/trunk/thunar/debian/changelog	2008-05-17 16:02:29 UTC (rev 2033)
@@ -1,6 +1,5 @@
 thunar (0.9.0-9) UNRELEASED; urgency=low
 
-  * debian/patches: 06_dont-die-on-dbus-restart added.
   * debian/control: don't build-conflict against gamin on hurd, where fam is
     not available.
 

Deleted: desktop/trunk/thunar/debian/patches/06_dont-die-on-dbus-restart.patch
===================================================================
--- desktop/trunk/thunar/debian/patches/06_dont-die-on-dbus-restart.patch	2008-05-17 15:55:53 UTC (rev 2032)
+++ desktop/trunk/thunar/debian/patches/06_dont-die-on-dbus-restart.patch	2008-05-17 16:02:29 UTC (rev 2033)
@@ -1,15 +0,0 @@
-diff --git a/thunar/thunar-dbus-service.c b/thunar/thunar-dbus-service.c
-index 4deedd6..4f06543 100644
---- a/thunar/thunar-dbus-service.c
-+++ b/thunar/thunar-dbus-service.c
-@@ -212,6 +212,10 @@ thunar_dbus_service_init (ThunarDBusService *dbus_service)
- 
-       /* request the org.xfce.FileManager name for Thunar */
-       dbus_bus_request_name (dbus_g_connection_get_connection (dbus_service->connection), "org.xfce.FileManager", DBUS_NAME_FLAG_REPLACE_EXISTING, NULL);
-+
-+      /* don't die on dbus disconnect */
-+      dbus_connection_set_exit_on_disconnect(dbus_service->connection, FALSE);
-+
-     }
-   else
-     {




More information about the Pkg-xfce-commits mailing list