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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed May 2 17:55:20 EEST 2007
Author: jobi
Date: 2007-05-02 17:55:19 +0300 (Wed, 02 May 2007)
New Revision: 11388

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

2007-05-02  Johan Bilien  <johan.bilien at nokia.com>

	* libhildonwm/hd-wm.c: do not handle the matchbox client list if
	it could not be retrieved

007-04-27  Lucas Rocha  <lucas.rocha at nokia.com>


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-05-02 14:40:04 UTC (rev 11387)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-05-02 14:55:19 UTC (rev 11388)
@@ -1,5 +1,10 @@
 2007-05-02  Johan Bilien  <johan.bilien at nokia.com>
 
+	* libhildonwm/hd-wm.c: do not handle the matchbox client list if
+	it could not be retrieved
+
+2007-05-02  Johan Bilien  <johan.bilien at nokia.com>
+
 	* libhildondesktop/hildon-home-area.c: Fixed double unref
 
 2007-04-27  Lucas Rocha  <lucas.rocha at nokia.com>

Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-05-02 14:40:04 UTC (rev 11387)
+++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-05-02 14:55:19 UTC (rev 11388)
@@ -2054,6 +2054,7 @@
     {
       g_warning("Failed to read _MB_APP_WINDOW_LIST_STACKING root win prop, "
 		"you probably need a newer matchbox !!!");
+      return;
     }
 
   /* Check if any windows in our hash have since disappeared -- we use


More information about the maemo-commits mailing list