[maemo-commits] [maemo-commits] r13631 - in projects/haf/trunk/hildon-desktop: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Sep 6 09:58:25 EEST 2007
Author: jobi
Date: 2007-09-06 09:58:24 +0300 (Thu, 06 Sep 2007)
New Revision: 13631

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/src/hd-home-window.c
Log:

2007-09-06 Johan Bilien  <johan.bilien at nokia.com>

	* src/hd-home-window.c: save the container when an applet is
	removed, except when we are running the Select applets dialog,
	in which case HDDesktop does it for us



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-06 06:53:43 UTC (rev 13630)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-06 06:58:24 UTC (rev 13631)
@@ -1,5 +1,11 @@
 2007-09-06 Johan Bilien  <johan.bilien at nokia.com>
 
+	* src/hd-home-window.c: save the container when an applet is
+	removed, except when we are running the Select applets dialog,
+	in which case HDDesktop does it for us
+
+2007-09-06 Johan Bilien  <johan.bilien at nokia.com>
+
 	* libhildondesktop/hildon-home-area.c: signal a layout change
 	when placing or removing a widget
 

Modified: projects/haf/trunk/hildon-desktop/src/hd-home-window.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-home-window.c	2007-09-06 06:53:43 UTC (rev 13630)
+++ projects/haf/trunk/hildon-desktop/src/hd-home-window.c	2007-09-06 06:58:24 UTC (rev 13631)
@@ -1233,7 +1233,8 @@
   priv = HD_HOME_WINDOW_GET_PRIVATE (window);
   area = GTK_BIN (window)->child;
 
-  hd_home_window_save_area_layout (window);
+  if (!priv->selecting_applets)
+    g_signal_emit_by_name (window, "save");
 
   hd_home_window_ensure_menu_status (window);
 }


More information about the maemo-commits mailing list