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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Sep 18 16:28:18 EEST 2007
Author: jobi
Date: 2007-09-18 16:28:16 +0300 (Tue, 18 Sep 2007)
New Revision: 13896

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/src/hd-app-menu-tree.c
Log:

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

	* src/hd-app-menu-tree.c: set an abitrary default value
	to the paned position.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-18 13:27:21 UTC (rev 13895)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-18 13:28:16 UTC (rev 13896)
@@ -1,5 +1,10 @@
 2007-09-18 Johan Bilien  <johan.bilien at nokia.com>
 
+	* src/hd-app-menu-tree.c: set an abitrary default value
+	to the paned position.
+
+2007-09-18 Johan Bilien  <johan.bilien at nokia.com>
+
 	* libhildondesktop/hildon-desktop-home-item.c: when passing
 	along a button-release, use the button release event
 	rather than the previous button-press

Modified: projects/haf/trunk/hildon-desktop/src/hd-app-menu-tree.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-app-menu-tree.c	2007-09-18 13:27:21 UTC (rev 13895)
+++ projects/haf/trunk/hildon-desktop/src/hd-app-menu-tree.c	2007-09-18 13:28:16 UTC (rev 13896)
@@ -320,6 +320,9 @@
   gtk_paned_add2 (GTK_PANED (object), priv->content_scrolled_window);
   g_object_ref (priv->content_scrolled_window);
 
+  /* FIXME: somehow set dynamically */
+  gtk_paned_set_position (GTK_PANED (object), 300);
+
   return object;
 
 }
@@ -922,6 +925,7 @@
   }
 
   g_object_notify (G_OBJECT (tree), "model");
+
 }
 
 gboolean


More information about the maemo-commits mailing list