FreeBSD Bugzilla – Attachment 78488 Details for
Bug 112880
[PATCH] x11-wm/icewm fix TaskBarShowAPMStatus SIGSEGV
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
icewm-apm-fix.diff
icewm-apm-fix.diff (text/plain), 890 bytes, created by
Daniel Roethlisberger
on 2007-05-23 03:40:04 UTC
(
hide
)
Description:
icewm-apm-fix.diff
Filename:
MIME Type:
Creator:
Daniel Roethlisberger
Created:
2007-05-23 03:40:04 UTC
Size:
890 bytes
patch
obsolete
>diff -ruN icewm.old/Makefile icewm/Makefile >--- icewm.old/Makefile Thu May 3 23:10:00 2007 >+++ icewm/Makefile Tue May 22 00:29:24 2007 >@@ -7,7 +7,7 @@ > > PORTNAME= icewm > PORTVERSION= 1.2.30 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= x11-wm > MASTER_SITES= SF > >diff -ruN icewm.old/files/patch-src_aapm.cc icewm/files/patch-src_aapm.cc >--- icewm.old/files/patch-src_aapm.cc Thu Jan 1 01:00:00 1970 >+++ icewm/files/patch-src_aapm.cc Tue May 22 00:17:56 2007 >@@ -0,0 +1,11 @@ >+--- src/aapm.cc.orig 2006/12/24 15:56:15 1.18.2.3 >++++ src/aapm.cc 2007/04/22 16:38:49 1.18.2.4 >+@@ -632,7 +632,7 @@ >+ >+ //estimate applet's size >+ for (i = 0; i < batteryNum; i++) { >+- if (acpiBatteries[i]->present == BAT_ABSENT) >++ if (mode == ACPI && acpiBatteries[i]->present == BAT_ABSENT) >+ continue; >+ if (taskBarShowApmTime) >+ strcat(buf, "0:00");
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 112880
: 78488