aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbCommands.cc')
-rw-r--r--src/FbCommands.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbCommands.cc b/src/FbCommands.cc
index 20d45e0..060f4d3 100644
--- a/src/FbCommands.cc
+++ b/src/FbCommands.cc
@@ -281,6 +281,8 @@ void ShowCustomMenuCmd::execute() {
281 return; 281 return;
282 m_menu = MenuCreator::createFromFile(custom_menu_file, 282 m_menu = MenuCreator::createFromFile(custom_menu_file,
283 screen->screenNumber(), true); 283 screen->screenNumber(), true);
284 if (!m_menu.get())
285 return;
284 ::showMenu(*screen, **m_menu); 286 ::showMenu(*screen, **m_menu);
285} 287}
286 288