summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-02-13 16:52:11 +0100
committerDave Davenport <qball@gmpclient.org>2020-02-13 16:52:11 +0100
commit03775378e0af1a4f27990f4bf6492a585260b3ff (patch)
tree513631ae8eb1a84421155ef73df3a256465f870c
parenteb12ff23753a3f2bc9ece30b9d26b34a18d28a25 (diff)
[Script] init nonselectable.
Issue: #1057
-rw-r--r--source/dialogs/script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/dialogs/script.c b/source/dialogs/script.c
index 4279f438..22f518a6 100644
--- a/source/dialogs/script.c
+++ b/source/dialogs/script.c
@@ -177,6 +177,7 @@ static DmenuScriptEntry *get_script_output ( Mode *sw, char *command, char *arg,
retv[( *length )].icon_name = NULL;
retv[( *length )].meta = NULL;
retv[( *length )].icon_fetch_uid = 0;
+ retv[( *length )].nonselectable = FALSE;
if ( buf_length > 0 && ( read_length > (ssize_t) buf_length ) ) {
dmenuscript_parse_entry_extras ( sw, &( retv[( *length )] ), buffer + buf_length, read_length - buf_length );
}