diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-11 15:54:18 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-11 15:54:18 (GMT) |
commit | a9fd0f5b26860c2227ac6169039332a00e65cc01 (patch) | |
tree | 8c8b376931214bd22eddcfb9e9f4f4388f64e4ac /src/FbCommands.cc | |
parent | 518af23488b63ef8b3b57c2fabc195e38d685283 (diff) | |
download | fluxbox_pavel-a9fd0f5b26860c2227ac6169039332a00e65cc01.zip fluxbox_pavel-a9fd0f5b26860c2227ac6169039332a00e65cc01.tar.bz2 |
remove some more useless code
Diffstat (limited to 'src/FbCommands.cc')
-rw-r--r-- | src/FbCommands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbCommands.cc b/src/FbCommands.cc index cb55469..91490d3 100644 --- a/src/FbCommands.cc +++ b/src/FbCommands.cc | |||
@@ -80,7 +80,7 @@ void showMenu(const BScreen &screen, FbTk::Menu &menu) { | |||
80 | // we dont show the menu here because fluxbox | 80 | // we dont show the menu here because fluxbox |
81 | // will bring up the rootmenu after the timed | 81 | // will bring up the rootmenu after the timed |
82 | // reread of the menu | 82 | // reread of the menu |
83 | fb->rereadMenu(true); | 83 | fb->rereadMenu(); |
84 | return; | 84 | return; |
85 | } | 85 | } |
86 | } | 86 | } |