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

wDefaultGetImage renamed to get_icon_image

The function wDefaultGetImage is renamed to get_icon_image.
This commit is contained in:
Rodolfo García Peñas (kix)
2012-11-10 19:25:55 +01:00
committed by Carlos R. Mafra
parent c3a1c76b44
commit 658597b889
4 changed files with 9 additions and 8 deletions

View File

@@ -413,7 +413,7 @@ static void createPixmaps(WScreen * scr)
void create_logo_image(WScreen *scr)
{
RImage *image = wDefaultGetImage(scr, "Logo", "WMPanel", wPreferences.icon_size);
RImage *image = get_icon_image(scr, "Logo", "WMPanel", wPreferences.icon_size);
if (!image) {
wwarning(_("could not load logo image for panels: %s"), RMessageForError(RErrorCode));