Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > media > main-src > by-pkgid > 9bb938de93248ca5cc71ecf424cefd6c > files > 38

kdebase-3.5.4-21.el5_5.1.src.rpm

Index: konsole/konsole/TECommon.h
===================================================================
--- konsole/konsole/TECommon.h	(Revision 583167)
+++ konsole/konsole/TECommon.h	(Revision 583168)
@@ -227,8 +227,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