diff options
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 | } |