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:
committed by
Carlos R. Mafra
parent
c3a1c76b44
commit
658597b889
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user