summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-25 20:46:11 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-25 20:46:11 +0100
commitf42258f60a4d536885201c62b3b84758d7ada775 (patch)
treef49680f2345a098826a72884d347b4782916bb50 /source
parent384a918d280b6d36233aafa989dbc1cc6e5855dd (diff)
parentc4b6b19ff952d0062c28f705d917756cada7b29a (diff)
Merge remote-tracking branch 'origin/master' into glib-loop
Diffstat (limited to 'source')
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 80e9de58..2eab2dca 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -1442,7 +1442,7 @@ static void menu_mainloop_iter ( MenuState *state, XEvent *ev )
}
else{
// Nothing entered and nothing selected.
- state->retv = MENU_CANCEL;
+ state->retv = MENU_CUSTOM_INPUT;
}
if ( shift ) {
state->retv |= MENU_SHIFT;