comparison src/gtkutil.c @ 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 a0d1312ede66
children d5e998f50c2d
comparison
equal deleted inserted replaced
64782:d54a27bfea5d 64783:0975467abc17
2604 XG_FRAME_DATA); 2604 XG_FRAME_DATA);
2605 2605
2606 xg_update_menubar (menubar, f, &list, list, 0, val->contents, 2606 xg_update_menubar (menubar, f, &list, list, 0, val->contents,
2607 select_cb, highlight_cb, cl_data); 2607 select_cb, highlight_cb, cl_data);
2608 2608
2609 if (deep_p); 2609 if (deep_p)
2610 { 2610 {
2611 widget_value *cur; 2611 widget_value *cur;
2612 2612
2613 /* Update all sub menus. 2613 /* Update all sub menus.
2614 We must keep the submenus (GTK menu item widgets) since the 2614 We must keep the submenus (GTK menu item widgets) since the