[maemo-commits] [maemo-commits] r11120 - in projects/haf/trunk/hildon-desktop: . libhildonwm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Apr 18 14:09:47 EEST 2007
Author: moimart
Date: 2007-04-18 14:09:46 +0300 (Wed, 18 Apr 2007)
New Revision: 11120

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
Log:

	* libhildonwm/hd-wm.c:
        - No add parameters to awake a bgkilled process. Fixes: NB#54499
	* ChangeLog updated.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-04-18 10:50:42 UTC (rev 11119)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-04-18 11:09:46 UTC (rev 11120)
@@ -1,3 +1,8 @@
+2007-04-18  Moises Martinez  <moises.martinez at nokia.com>
+
+	* libhildonwm/hd-wm.c:
+	- No add parameters to awake a bgkilled process. Fixes: NB#54499
+
 2007-04-17  Moises Martinez  <moises.martinez at nokia.com>
 
 	* libhildonwm/hd-keys.[ch]:

Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-04-18 10:50:42 UTC (rev 11119)
+++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-04-18 11:09:46 UTC (rev 11120)
@@ -1291,7 +1291,7 @@
                                       path,
                                       interface,
                                       OSSO_BUS_TOP);
-  if (parameters)
+  if (parameters && !g_str_equal (parameters, "restored"))
     dbus_message_append_args (msg,
                               DBUS_TYPE_STRING,
                               parameters,


More information about the maemo-commits mailing list