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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Aug 16 15:14:57 EEST 2007
Author: lucasr
Date: 2007-08-16 15:14:55 +0300 (Thu, 16 Aug 2007)
New Revision: 13258

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-titlebar.c
Log:
2007-08-16  Lucas Rocha  <lucas.rocha at nokia.com>

	* libhildondesktop/hildon-home-titlebar.c
	(hildon_home_titlebar_set_menu): do not detach menu because it was
	never attached anywhere.


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-16 12:14:34 UTC (rev 13257)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-16 12:14:55 UTC (rev 13258)
@@ -1,5 +1,11 @@
 2007-08-16  Lucas Rocha  <lucas.rocha at nokia.com>
 
+	* libhildondesktop/hildon-home-titlebar.c
+	(hildon_home_titlebar_set_menu): do not detach menu because it was
+	never attached anywhere.
+
+2007-08-16  Lucas Rocha  <lucas.rocha at nokia.com>
+
 	* src/hd-applications-menu.c: set name for the correct separator
 	widget.
 

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-titlebar.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-titlebar.c	2007-08-16 12:14:34 UTC (rev 13257)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-titlebar.c	2007-08-16 12:14:55 UTC (rev 13258)
@@ -617,9 +617,11 @@
 
   priv = HILDON_HOME_TITLEBAR_GET_PRIVATE (titlebar);
 
+#if 0
   if (priv->menu)
     gtk_menu_detach (GTK_MENU (priv->menu));
-
+#endif
+  
   priv->menu = menu;
 
 #if 0


More information about the maemo-commits mailing list