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

Removed unused WScreen argument in some Default handling functions

This commit is contained in:
Christophe CURIS
2013-10-12 15:35:52 +02:00
committed by Carlos R. Mafra
parent f3e3ddf4f2
commit 5a16cb8e02
5 changed files with 7 additions and 7 deletions

View File

@@ -533,7 +533,7 @@ static void setIconCallback(WMenu *menu, WMenuEntry *entry)
wMessageDialog(scr, _("Error"),
_("Could not open specified icon file"), _("OK"), NULL, NULL);
} else {
wDefaultChangeIcon(scr, icon->wm_instance, icon->wm_class, file);
wDefaultChangeIcon(icon->wm_instance, icon->wm_class, file);
wAppIconPaint(icon);
}
if (file)