From 9cf61dffa6caf5a93cc91cc7e20c8fdfd5c67474 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 13 Dec 2011 17:13:52 +0100 Subject: Allow to quit with a non-ready context --- src/interface.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/interface.c') diff --git a/src/interface.c b/src/interface.c index 9cc31f8..43b38b8 100644 --- a/src/interface.c +++ b/src/interface.c @@ -181,9 +181,6 @@ interface_get_input(GIOChannel *source, GIOCondition condition, gpointer data) struct command_cb_descriptor *cmd; gint c; - if (!ctx->context_ready) - return TRUE; - c = wgetch(ctx->menu_win); cmd = g_hash_table_lookup(ctx->config.keymap, GINT_TO_POINTER(c)); -- cgit