mirror of
https://github.com/davatorium/rofi.git
synced 2025-10-30 23:47:19 -04:00
[DMenu] reset variable correctly so keep-selection is initially off.
fixes: #1686
This commit is contained in:
parent
d4b77207dd
commit
0f097f2998
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ static DmenuScriptEntry *execute_executor(Mode *sw, char *arg,
|
||||||
*length = 0;
|
*length = 0;
|
||||||
// Reset these between runs.
|
// Reset these between runs.
|
||||||
pd->new_selection = -1;
|
pd->new_selection = -1;
|
||||||
pd->keep_selection = -1;
|
pd->keep_selection = 0;
|
||||||
// Environment
|
// Environment
|
||||||
char **env = g_get_environ();
|
char **env = g_get_environ();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue