diff options
Diffstat (limited to 'src/cmdline.cpp')
-rw-r--r-- | src/cmdline.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmdline.cpp b/src/cmdline.cpp index 10e4a6b..f48714d 100644 --- a/src/cmdline.cpp +++ b/src/cmdline.cpp @@ -239,6 +239,8 @@ Cmdline::keypress(gchar key) * The return "arguments" are currently * ignored. */ + g_assert(States::current == &States::start); + interface.popup_clear(); if (quit_requested) |