aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase3/files
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-09-18 16:31:54 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-09-18 16:31:54 +0000
commit04de6f0ed1ef1be25912a4f6cfa36b3ad2b9273c (patch)
tree876cf094463270d13a63a7415e3de7df4b1a368a /x11/kdebase3/files
parent200ebcd3303e6246426fd4e8e9faed6ce5590dc1 (diff)
downloadports-04de6f0ed1ef1be25912a4f6cfa36b3ad2b9273c.tar.gz
ports-04de6f0ed1ef1be25912a4f6cfa36b3ad2b9273c.zip
Notes
Diffstat (limited to 'x11/kdebase3/files')
-rw-r--r--x11/kdebase3/files/patch-konsole_konsole-TECommon.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdebase3/files/patch-konsole_konsole-TECommon.h b/x11/kdebase3/files/patch-konsole_konsole-TECommon.h
new file mode 100644
index 000000000000..a3d83a525c02
--- /dev/null
+++ b/x11/kdebase3/files/patch-konsole_konsole-TECommon.h
@@ -0,0 +1,13 @@
+--- konsole/konsole/TECommon.h.orig Mon Sep 18 03:31:12 2006
++++ konsole/konsole/TECommon.h Mon Sep 18 03:31:31 2006
+@@ -219,8 +219,8 @@
+
+ inline bool ca::isBold(const ColorEntry* base) const
+ {
+- return (b.t == CO_DFT) && base[b.u+0+(b.v?BASE_COLORS:0)].bold
+- || (b.t == CO_SYS) && base[b.u+2+(b.v?BASE_COLORS:0)].bold;
++ return (f.t == CO_DFT) && base[f.u+0+(f.v?BASE_COLORS:0)].bold
++ || (f.t == CO_SYS) && base[f.u+2+(f.v?BASE_COLORS:0)].bold;
+ }
+
+ #endif // TECOMMON_H