--- /dev/null Sun Apr 10 21:45:25 2005 +++ files/patch-src::WSoundPrefs.c Sun Apr 10 21:38:20 2005 @@ -0,0 +1,20 @@ +--- src/WSoundPrefs.c.orig Sat Mar 4 21:46:11 2000 ++++ src/WSoundPrefs.c Sun Apr 10 21:37:11 2005 +@@ -378,7 +378,7 @@ + WMResizeWidget(panel->iconL, 72, 72); + WMMoveWidget(panel->iconL, 82, 10); + WMSetLabelImagePosition(panel->iconL, WIPImageOnly); +- WMSetLabelImage(panel->iconL, WMGetApplicationIconImage(scr)); ++ WMSetLabelImage(panel->iconL, WMGetApplicationIconPixmap(scr)); + + /* Title */ + panel->titleL = WMCreateLabel(panel->aboutF); +@@ -407,7 +407,7 @@ + WMResizeWidget(panel->copyrightL, 448, 20); + WMMoveWidget(panel->copyrightL, 8, 178); + WMSetLabelTextAlignment(panel->copyrightL, WACenter); +- font = WMCreateNormalFont(scr, "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*"); ++ font = WMCreateFont(scr, "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*"); + if (font) + WMSetLabelText(panel->copyrightL, "Copyright \xa9 1999 The Az\xe5rg-r\xfbh"); + else { --- /dev/null Sun Apr 10 21:45:25 2005 +++ files/patch-src::main.c Sun Apr 10 20:52:05 2005 @@ -0,0 +1,14 @@ +--- src/main.c.orig Mon Jun 14 17:28:23 1999 ++++ src/main.c Sun Apr 10 20:51:47 2005 +@@ -109,9 +109,9 @@ + wwarning(_("could not load image file %s:%s"), path, RMessageForError(RErrorCode)); + else { + icon = WMCreatePixmapFromRImage(scr, tmp, 0); +- RDestroyImage(tmp); ++ RReleaseImage(tmp); + if (icon) { +- WMSetApplicationIconImage(scr, icon); ++ WMSetApplicationIconPixmap(scr, icon); + WMReleasePixmap(icon); + } + }