monkey-bubble r247 - in trunk: . src/ui



Author: herzi
Date: Mon Jan 14 10:42:00 2008
New Revision: 247
URL: http://svn.gnome.org/viewvc/monkey-bubble?rev=247&view=rev

Log:
2008-01-14  Sven Herzberg  <herzi gnome-de org>

	Fix the display of the old menubar by only using gtk_widget_show()
	instead of gtk_widget_show_all() on the main window.

	* src/ui/ui-main.c: hide the menubar successfully in the maemo port


Modified:
   trunk/ChangeLog
   trunk/src/ui/ui-main.c

Modified: trunk/src/ui/ui-main.c
==============================================================================
--- trunk/src/ui/ui-main.c	(original)
+++ trunk/src/ui/ui-main.c	Mon Jan 14 10:42:00 2008
@@ -295,7 +295,7 @@
 
 	hildon_window_set_menu(HILDON_WINDOW(PRIVATE(ui_main)->window), GTK_MENU(main_menu));
 
-	gtk_widget_show_all(GTK_WIDGET(main_menu));
+	gtk_widget_show (main_menu);
 #endif
      
 #ifdef GNOME



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]