diff options
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index cb6faf2..f06fc43 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -1536,6 +1536,9 @@ void BScreen::initMenu() { | |||
1536 | restart_fb); | 1536 | restart_fb); |
1537 | m_rootmenu->insert(_FB_XTEXT(Menu, Exit, "Exit", "Exit command"), | 1537 | m_rootmenu->insert(_FB_XTEXT(Menu, Exit, "Exit", "Exit command"), |
1538 | exit_fb); | 1538 | exit_fb); |
1539 | // still save the menu filename, in case it becomes valid later | ||
1540 | if (!fb->getMenuFilename().empty()) | ||
1541 | fb->saveMenuFilename(fb->getMenuFilename().c_str()); | ||
1539 | } | 1542 | } |
1540 | 1543 | ||
1541 | m_rootmenu->updateMenu(); | 1544 | m_rootmenu->updateMenu(); |