[maemo-commits] [maemo-commits] r13122 - in projects/haf/trunk/hildon-desktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Aug 10 17:17:55 EEST 2007
Author: jobi
Date: 2007-08-10 17:17:53 +0300 (Fri, 10 Aug 2007)
New Revision: 13122

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c
Log:

2007-08-10  Johan Bilien  <johan.bilien at nokia.com>

	* libhildondesktop/hildon-home-area.c: removed unused layout-mode
	property



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-10 13:55:29 UTC (rev 13121)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-10 14:17:53 UTC (rev 13122)
@@ -1,5 +1,10 @@
 2007-08-10  Johan Bilien  <johan.bilien at nokia.com>
 
+	* libhildondesktop/hildon-home-area.c: removed unused layout-mode
+	property
+
+2007-08-10  Johan Bilien  <johan.bilien at nokia.com>
+
 	* src/hd-desktop.c: add a weak reference to the window
 	when creating a ping note, so the note can be destroyed
 	when the window is removed.

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c	2007-08-10 13:55:29 UTC (rev 13121)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c	2007-08-10 14:17:53 UTC (rev 13122)
@@ -44,8 +44,7 @@
 
 enum
 {
-  PROP_LAYOUT_MODE = 1,
-  PROP_SNAP_TO_GRID,
+  PROP_SNAP_TO_GRID = 1,
   PROP_APPLET_PADDING,
   PROP_APPLET_DEFAULT_ALPHA,
   PROP_CHILD_X,
@@ -398,18 +397,6 @@
                 G_TYPE_NONE,
                 0);
 
-
-  pspec =  g_param_spec_boolean ("layout-mode",
-                                 "Layout mode",
-                                 "Whether the home area is in layout "
-                                 "mode",
-                                 FALSE,
-                                 G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
-
-  g_object_class_install_property (object_class,
-                                   PROP_LAYOUT_MODE,
-                                   pspec);
-
   pspec =  g_param_spec_boolean ("snap-to-grid",
                                  "Snap to grid",
                                  "Whether applets should snap to grid",


More information about the maemo-commits mailing list