[Script] init nonselectable.

Issue: #1057
This commit is contained in:
Dave Davenport 2020-02-13 16:52:11 +01:00
parent eb12ff2375
commit 03775378e0
1 changed files with 1 additions and 0 deletions

View File

@ -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 );
}