diff options
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r-- | src/IconbarTool.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc index 31f1b34..4ea3d1b 100644 --- a/src/IconbarTool.cc +++ b/src/IconbarTool.cc | |||
@@ -277,7 +277,7 @@ void setupModeMenu(FbTk::Menu &menu, IconbarTool &handler) { | |||
277 | 277 | ||
278 | menu.insert(new FbTk::MenuSeparator()); | 278 | menu.insert(new FbTk::MenuSeparator()); |
279 | 279 | ||
280 | menu.update(); | 280 | menu.updateMenu(); |
281 | } | 281 | } |
282 | 282 | ||
283 | inline bool checkAddWindow(IconbarTool::Mode mode, const FluxboxWindow &win) { | 283 | inline bool checkAddWindow(IconbarTool::Mode mode, const FluxboxWindow &win) { |
@@ -367,7 +367,7 @@ IconbarTool::IconbarTool(const FbTk::FbWindow &parent, IconbarTheme &theme, BScr | |||
367 | RefCount<Command> s_and_reconfig(save_and_reconfig); | 367 | RefCount<Command> s_and_reconfig(save_and_reconfig); |
368 | m_menu.insert(new BoolMenuItem(_FBTEXT(Toolbar, ShowIcons, "Show Pictures", "chooses if little icons are shown next to title in the iconbar") , | 368 | m_menu.insert(new BoolMenuItem(_FBTEXT(Toolbar, ShowIcons, "Show Pictures", "chooses if little icons are shown next to title in the iconbar") , |
369 | *m_rc_use_pixmap, s_and_reconfig)); | 369 | *m_rc_use_pixmap, s_and_reconfig)); |
370 | m_menu.update(); | 370 | m_menu.updateMenu(); |
371 | // must be internal menu, otherwise toolbar main menu tries to delete it. | 371 | // must be internal menu, otherwise toolbar main menu tries to delete it. |
372 | m_menu.setInternalMenu(); | 372 | m_menu.setInternalMenu(); |
373 | 373 | ||