FreeBSD Bugzilla – Attachment 52656 Details for
Bug 79746
[PATCH] audio/wsoundprefs: unbreak, make work with new WindowMaker
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.56 KB, created by
Sam Lawrance
on 2005-04-10 13:00:35 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sam Lawrance
Created:
2005-04-10 13:00:35 UTC
Size:
1.56 KB
patch
obsolete
>--- /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); >+ } >+ }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 79746
:
52655
| 52656