aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.cpp')
-rw-r--r--src/cmdline.cpp2
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)