gnome-games r8499 - trunk/aisleriot



Author: chpe
Date: Tue Jan  6 18:20:33 2009
New Revision: 8499
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8499&view=rev

Log:
Comment this out for now.

Modified:
   trunk/aisleriot/window.c

Modified: trunk/aisleriot/window.c
==============================================================================
--- trunk/aisleriot/window.c	(original)
+++ trunk/aisleriot/window.c	Tue Jan  6 18:20:33 2009
@@ -2565,10 +2565,15 @@
   g_signal_connect (action, "activate",
                     G_CALLBACK (view_menu_activate_cb), window);
 
+  /* FIXMEchpe: this isn't right. We do want to hide the menu if there's no
+   * entry in it after the list is updated...
+   */
+#if 0
   /* So the menu doesn't change size when the theme submenu is installed */
   action = gtk_action_group_get_action (priv->action_group, "ThemeMenu");
   g_object_set (action, "hide-if-empty", GINT_TO_POINTER (FALSE), NULL);
 #endif
+#endif
 
   g_signal_connect (priv->theme_manager, "changed",
                     G_CALLBACK (install_card_theme_menu), window);



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