[maemo-commits] [maemo-commits] r13213 - in projects/haf/trunk/maemo-launcher: . debian launcher

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Aug 15 17:57:49 EEST 2007
Author: guillem
Date: 2007-08-15 17:57:48 +0300 (Wed, 15 Aug 2007)
New Revision: 13213

Modified:
   projects/haf/trunk/maemo-launcher/ChangeLog
   projects/haf/trunk/maemo-launcher/debian/changelog
   projects/haf/trunk/maemo-launcher/launcher/comm_dbus.c
Log:
Do not close D-Bus shared connections on the child sending the
ApplicationDied signal. (Fixes: NB#65588)


Modified: projects/haf/trunk/maemo-launcher/ChangeLog
===================================================================
--- projects/haf/trunk/maemo-launcher/ChangeLog	2007-08-15 14:53:44 UTC (rev 13212)
+++ projects/haf/trunk/maemo-launcher/ChangeLog	2007-08-15 14:57:48 UTC (rev 13213)
@@ -1,5 +1,10 @@
 2007-08-15  Guillem Jover  <guillem.jover at nokia.com>
 
+	* launcher/comm_dbus.c (comm_dbus_finish): Do not call
+	dbus_connection_close for shared connections.
+
+2007-08-15  Guillem Jover  <guillem.jover at nokia.com>
+
 	* configure.ac: Bump version to 0.23~.
 
 2007-08-02  Guillem Jover  <guillem.jover at nokia.com>

Modified: projects/haf/trunk/maemo-launcher/debian/changelog
===================================================================
--- projects/haf/trunk/maemo-launcher/debian/changelog	2007-08-15 14:53:44 UTC (rev 13212)
+++ projects/haf/trunk/maemo-launcher/debian/changelog	2007-08-15 14:57:48 UTC (rev 13213)
@@ -1,6 +1,8 @@
 maemo-launcher (0.23~-1) unstable; urgency=low
 
   * New Upstream Release.
+    - Do not close D-Bus shared connections on the child sending the
+      ApplicationDied signal. (Fixes: NB#65588)
 
  -- Guillem Jover <guillem.jover at nokia.com>  Wed, 15 Aug 2007 17:52:44 +0300
 

Modified: projects/haf/trunk/maemo-launcher/launcher/comm_dbus.c
===================================================================
--- projects/haf/trunk/maemo-launcher/launcher/comm_dbus.c	2007-08-15 14:53:44 UTC (rev 13212)
+++ projects/haf/trunk/maemo-launcher/launcher/comm_dbus.c	2007-08-15 14:57:48 UTC (rev 13213)
@@ -42,7 +42,6 @@
 static void
 comm_dbus_finish(void)
 {
-  dbus_connection_close(conn);
   dbus_connection_unref(conn);
   conn = NULL;
 


More information about the maemo-commits mailing list