aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime/files/patch-konsole_konsole-TECommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase4-runtime/files/patch-konsole_konsole-TECommon.h')
-rw-r--r--x11/kdebase4-runtime/files/patch-konsole_konsole-TECommon.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/kdebase4-runtime/files/patch-konsole_konsole-TECommon.h b/x11/kdebase4-runtime/files/patch-konsole_konsole-TECommon.h
deleted file mode 100644
index a3d83a525c02..000000000000
--- a/x11/kdebase4-runtime/files/patch-konsole_konsole-TECommon.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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