mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
wIconUpdate removed image argument
The argument image is not used in any call, so can be removed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
c24499f6ad
commit
4093d24625
@@ -769,7 +769,7 @@ static void applySettings(WMButton *button, InspectorPanel *panel)
|
||||
set_icon_image_from_image(wapp->app_icon->icon, image);
|
||||
update_icon_pixmap(wapp->app_icon->icon);
|
||||
} else {
|
||||
wIconUpdate(wapp->app_icon->icon, NULL);
|
||||
wIconUpdate(wapp->app_icon->icon);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -781,7 +781,7 @@ static void applySettings(WMButton *button, InspectorPanel *panel)
|
||||
set_icon_image_from_image(wwin->icon, image);
|
||||
update_icon_pixmap(wwin->icon);
|
||||
} else {
|
||||
wIconUpdate(wwin->icon, NULL);
|
||||
wIconUpdate(wwin->icon);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user