FreeBSD Bugzilla – Attachment 41908 Details for
Bug 65434
Maintainer-update: x11-wm/treewm, fixes bug with non-lowercase menu names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.54 KB, created by
Rudolf Polzer
on 2004-04-11 13:20:26 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Rudolf Polzer
Created:
2004-04-11 13:20:26 UTC
Size:
1.54 KB
patch
obsolete
>diff -Nru /usr/ports/x11-wm/treewm/Makefile ./Makefile >--- /usr/ports/x11-wm/treewm/Makefile Tue Mar 9 00:18:15 2004 >+++ ./Makefile Sat Apr 10 21:11:32 2004 >@@ -7,7 +7,7 @@ > > PORTNAME= treewm > PORTVERSION= 0.4.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= x11-wm > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >diff -Nru /usr/ports/x11-wm/treewm/files/patch-resmanager.cc ./files/patch-resmanager.cc >--- /usr/ports/x11-wm/treewm/files/patch-resmanager.cc Thu Jan 1 01:00:00 1970 >+++ ./files/patch-resmanager.cc Mon Mar 8 00:40:51 2004 >@@ -0,0 +1,10 @@ >+--- ../treewm-0.4.5.orig/src/resmanager.cc Mon Mar 8 00:20:42 2004 >++++ src/resmanager.cc Mon Mar 8 00:40:02 2004 >+@@ -127,6 +127,7 @@ >+ for (int j=0; j!=mi->n; ++j) { >+ MenuItem &mitem = mi->menu[j]; >+ if (mitem.key[0] == '$') { >++ lower(mitem.key); >+ MenuInfo *mi2 = (MenuInfo *)rman->GetInfo(SE_MENUINFO,mitem.key+1); >+ if (mi2) { >+ mitem.submenu = new SubMenuInfo; >diff -Nru /usr/ports/x11-wm/treewm/files/patch-uehandler.cc ./files/patch-uehandler.cc >--- /usr/ports/x11-wm/treewm/files/patch-uehandler.cc Thu Jan 1 01:00:00 1970 >+++ ./files/patch-uehandler.cc Mon Mar 8 00:43:01 2004 >@@ -0,0 +1,10 @@ >+--- ../treewm-0.4.5.orig/src/uehandler.cc Mon Mar 8 00:20:42 2004 >++++ src/uehandler.cc Mon Mar 8 00:42:26 2004 >+@@ -955,6 +955,7 @@ >+ if (!ExecAll) >+ return false; >+ { >++ lower(str); >+ MenuInfo *mi = ((MenuInfo *)rman->GetInfo(SE_MENUINFO,str+1)); >+ if (mi) { >+ int x,y;
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 65434
: 41908