mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
parent
eb12ff2375
commit
03775378e0
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ static DmenuScriptEntry *get_script_output ( Mode *sw, char *command, char *arg,
|
||||||
retv[( *length )].icon_name = NULL;
|
retv[( *length )].icon_name = NULL;
|
||||||
retv[( *length )].meta = NULL;
|
retv[( *length )].meta = NULL;
|
||||||
retv[( *length )].icon_fetch_uid = 0;
|
retv[( *length )].icon_fetch_uid = 0;
|
||||||
|
retv[( *length )].nonselectable = FALSE;
|
||||||
if ( buf_length > 0 && ( read_length > (ssize_t) buf_length ) ) {
|
if ( buf_length > 0 && ( read_length > (ssize_t) buf_length ) ) {
|
||||||
dmenuscript_parse_entry_extras ( sw, &( retv[( *length )] ), buffer + buf_length, read_length - buf_length );
|
dmenuscript_parse_entry_extras ( sw, &( retv[( *length )] ), buffer + buf_length, read_length - buf_length );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue