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 059031c..cb55469 100644 --- a/src/FbCommands.cc +++ b/src/FbCommands.cc | |||
@@ -348,7 +348,7 @@ void ShowCustomMenuCmd::execute() { | |||
348 | if (screen == 0) | 348 | if (screen == 0) |
349 | return; | 349 | return; |
350 | m_menu = MenuCreator::createFromFile(custom_menu_file, | 350 | m_menu = MenuCreator::createFromFile(custom_menu_file, |
351 | screen->screenNumber(), true); | 351 | screen->screenNumber()); |
352 | if (!m_menu.get()) | 352 | if (!m_menu.get()) |
353 | return; | 353 | return; |
354 | ::showMenu(*screen, **m_menu); | 354 | ::showMenu(*screen, **m_menu); |