mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-06 07:23:33 +02:00
added nana stuff
added lock option in docked icons
This commit is contained in:
@@ -509,7 +509,8 @@ wSessionRestoreState(WScreen *scr)
|
||||
btn = dock->icon_array[j];
|
||||
if (btn && SAME(instance, btn->wm_instance) &&
|
||||
SAME(class, btn->wm_class) &&
|
||||
SAME(command, btn->command)) {
|
||||
SAME(command, btn->command) &&
|
||||
!btn->launching) {
|
||||
found = 1;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user