mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
wAppIconPaint argument removed
This patch removes the wAppIconPaint() Bool flag, because now it is always False.
This commit is contained in:
committed by
Carlos R. Mafra
parent
a950d0e247
commit
cc1503a2f0
@@ -1130,9 +1130,7 @@ void wDefaultUpdateIcons(WScreen *scr)
|
||||
if ((file && aicon->icon->file && strcmp(file, aicon->icon->file) != 0)
|
||||
|| (file && !aicon->icon->file)) {
|
||||
wIconChangeImageFile(aicon->icon, file);
|
||||
/* The image was updated previously at wIconChangeImageFile,
|
||||
* so we don't need update it here again */
|
||||
wAppIconPaint(aicon, False);
|
||||
wAppIconPaint(aicon);
|
||||
}
|
||||
aicon = aicon->next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user