summaryrefslogtreecommitdiffstats
path: root/source/dialogs/dmenu.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-11-12 11:28:40 +0100
committerDave Davenport <qball@gmpclient.org>2016-11-12 11:28:40 +0100
commit27cef3c9ae83a488c70c8483ee6bef5e104a3a16 (patch)
tree84a291eab3cc84b2d6e4cdb75ae532db191eaa28 /source/dialogs/dmenu.c
parent335a01689d7984d1b887ead51f41d5eb40b2a3fc (diff)
Fix #497: Create cache dir if not exists.
Diffstat (limited to 'source/dialogs/dmenu.c')
-rw-r--r--source/dialogs/dmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dialogs/dmenu.c b/source/dialogs/dmenu.c
index 06628fc5..a308dca1 100644
--- a/source/dialogs/dmenu.c
+++ b/source/dialogs/dmenu.c
@@ -601,7 +601,7 @@ int dmenu_switcher_dialog ( void )
// For now these only work in sync mode.
if ( find_arg ( "-sync" ) >= 0 || find_arg ( "-dump" ) >= 0 || find_arg ( "-select" ) >= 0
|| find_arg ( "-no-custom" ) >= 0 || find_arg ( "-only-match" ) >= 0 || config.auto_select ||
- find_arg ( "-selected-row") >= 0 ) {
+ find_arg ( "-selected-row" ) >= 0 ) {
async = FALSE;
}
if ( async ) {