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
@@ -790,9 +790,7 @@ static void applySettings(WMButton *button, InspectorPanel *panel)
|
||||
if (file)
|
||||
wfree(file);
|
||||
|
||||
/* The image was updated in wIconChangeImageFile,
|
||||
* so we don't need udpate it at wAppIconPaint */
|
||||
wAppIconPaint(wapp->app_icon, False);
|
||||
wAppIconPaint(wapp->app_icon);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user