gnome-games r7976 - trunk/gnobots2



Author: chpe
Date: Wed Oct  8 20:01:59 2008
New Revision: 7976
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7976&view=rev

Log:
Fix build with -Werror

Modified:
   trunk/gnobots2/menu.c

Modified: trunk/gnobots2/menu.c
==============================================================================
--- trunk/gnobots2/menu.c	(original)
+++ trunk/gnobots2/menu.c	Wed Oct  8 20:01:59 2008
@@ -413,5 +413,5 @@
   gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (toolbar_toggle_action),
 				properties_show_toolbar ());
 
-  toggle_toolbar_cb (GTK_TOGGLE_ACTION (toolbar_toggle_action), toolbar);
+  toggle_toolbar_cb (GTK_ACTION (toolbar_toggle_action), toolbar);
 }



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