1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-03 04:23:42 -05:00
This commit is contained in:
Qball Cow 2013-03-27 08:12:56 +01:00
parent bceb2482ad
commit fafee89cb0

View file

@ -747,6 +747,7 @@ int menu(char **lines, char **input, char *prompt, int selected, Time *time)
// If each token was matched, add it to list.
if(match)
{
if(config_i3_mode && strstr(lines[i], "i3bar") != NULL) continue;
line_map[j] = i;
filtered[j++] = lines[i];
}