[maemo-commits] [maemo-commits] r9055 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jan 11 10:24:56 EET 2007
Author: jobi
Date: 2007-01-11 10:24:54 +0200 (Thu, 11 Jan 2007)
New Revision: 9055

Modified:
   projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog
   projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-area.c
Log:

2007-01-11  Johan Bilien  <johan.bilien at nokia.com>

	* libhildondesktop/hildon-home-area.c: Set applet to layout mode
	when adding, if the area is in layout mode
	


Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog	2007-01-10 19:28:47 UTC (rev 9054)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog	2007-01-11 08:24:54 UTC (rev 9055)
@@ -1,3 +1,8 @@
+2007-01-11  Johan Bilien  <johan.bilien at nokia.com>
+
+	* libhildondesktop/hildon-home-area.c: Set applet to layout mode
+	when adding, if the area is in layout mode
+	
 2007-01-10  Johan Bilien  <johan.bilien at nokia.com>
 
 	* libhildondesktop/hildon-home-applet.h: Fixed prototype of the

Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-area.c
===================================================================
--- projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-area.c	2007-01-10 19:28:47 UTC (rev 9054)
+++ projects/haf/branches/maemo-af-desktop/hildon-desktop/libhildondesktop/hildon-home-area.c	2007-01-11 08:24:54 UTC (rev 9055)
@@ -395,6 +395,10 @@
           g_debug ("No layout configuration");
           gtk_fixed_put (GTK_FIXED (area), applet, 0, 0);
         }
+
+      if (priv->layout_mode)
+        hildon_home_applet_set_layout_mode (HILDON_HOME_APPLET (applet),
+                                            TRUE);
     }
 
 }


More information about the maemo-commits mailing list