1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 14:08:06 +01:00

kbd shortcuts for icon dialog

This commit is contained in:
kojima
2001-02-17 22:46:29 +00:00
parent b04c4ea500
commit 57bc9c54f3
4 changed files with 97 additions and 6 deletions

View File

@@ -385,7 +385,7 @@ wAppIconIsFirstInstance(WAppIcon *icon)
int index = 0;
if (!WFLAGP(icon->icon->owner, collapse_appicons))
return False;
return True;
while (list) {
if (icon == list)