]> git.eshelyaron.com Git - emacs.git/commitdiff
* gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 8 Aug 2005 15:01:35 +0000 (15:01 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 8 Aug 2005 15:01:35 +0000 (15:01 +0000)
should not be there, causing menu display errors in GTK 2.6.9.

src/gtkutil.c

index d8835c2b5fd4789ae51a2645e5597935e3b7d7c9..7f2e411b933bd68ba9c6c930a2f19a248b552a14 100644 (file)
@@ -2606,7 +2606,7 @@ xg_modify_menubar_widgets (menubar, f, val, deep_p,
   xg_update_menubar (menubar, f, &list, list, 0, val->contents,
                      select_cb, highlight_cb, cl_data);
 
-  if (deep_p);
+  if (deep_p)
     {
       widget_value *cur;