changeset 64783:0975467abc17

* gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that should not be there, causing menu display errors in GTK 2.6.9.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 08 Aug 2005 15:01:35 +0000
parents d54a27bfea5d
children 586e574576dd
files src/gtkutil.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkutil.c	Mon Aug 08 00:20:19 2005 +0000
+++ b/src/gtkutil.c	Mon Aug 08 15:01:35 2005 +0000
@@ -2606,7 +2606,7 @@
   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;