summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-16 08:41:40 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-16 08:41:40 +0200
commit57336b96f03afc0b040514d09b074d7024a965e1 (patch)
tree13ff01b2f18dddcc6548752a15fc57b5ac4baf1b /source
parent0b84d63959fb0e9eb4409412c0d132eb940f0be5 (diff)
parent5ae177cae150a0f30a91a1377d407ec096e74ad1 (diff)
Merge remote-tracking branch 'origin/master' into highlight_match
Diffstat (limited to 'source')
-rw-r--r--source/rofi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 4df57c43..02eef1fd 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -569,6 +569,7 @@ static gboolean startup ( G_GNUC_UNUSED gpointer data )
}
else {
fprintf ( stderr, "The %s switcher has not been enabled\n", sname );
+ g_main_loop_quit ( main_loop );
return G_SOURCE_REMOVE;
}
}