mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-17 17:14:42 -04:00
Fix return code
This commit is contained in:
parent
f9fe70338f
commit
bf60d9c01c
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ int dmenu_switcher_dialog ( void )
|
|||
}
|
||||
}
|
||||
g_strfreev ( tokens );
|
||||
return MODE_EXIT;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
do {
|
||||
|
|
Loading…
Add table
Reference in a new issue