Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 9bb938de93248ca5cc71ecf424cefd6c > files > 25

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

--- kdebase-3.5.4/kcontrol/krdb/krdb.cpp.orig	2006-08-25 10:23:05.000000000 +0200
+++ kdebase-3.5.4/kcontrol/krdb/krdb.cpp	2006-08-25 10:23:29.000000000 +0200
@@ -515,7 +515,7 @@
             subPixel(kglobals.readEntry("XftSubPixel"));
 
     contents += "Xft.antialias: ";
-    if(kglobals.readBoolEntry("XftAntialias", false))
+    if(kglobals.readBoolEntry("XftAntialias", true))
       contents += "1";
     else
       contents += "0";