wAppIconPaint argument removed

This patch removes the wAppIconPaint() Bool flag, because now it is
always False.
This commit is contained in:
Rodolfo García Peñas (kix)
2012-11-11 11:59:41 +00:00
committed by Carlos R. Mafra
parent a950d0e247
commit cc1503a2f0
11 changed files with 23 additions and 37 deletions
+1 -2
View File
@@ -474,8 +474,7 @@ static void updateIconImage(WWindow *wwin)
WApplication *app = wApplicationOf(wwin->main_window);
if (app && app->app_icon) {
wIconUpdate(app->app_icon->icon);
/* Icon was updated in wIconUpdate, so we don't need update it again */
wAppIconPaint(app->app_icon, False);
wAppIconPaint(app->app_icon);
}
}