Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > a6bc312ce50b5c8d0c51736e58ac32bc > files > 201

kdebase-3.4.2-55mdk.src.rpm

--- kdebase-3.1.93/kcontrol/colors/colorscm.cpp--	2003-11-19 16:55:31.000000000 -0500
+++ kdebase-3.1.93/kcontrol/colors/colorscm.cpp	2003-11-19 16:56:14.000000000 -0500
@@ -749,7 +749,7 @@ void KColorScheme::readScheme( int index
       cs->txt         = black;
       cs->back        = widget;
       cs->select      = kde31Beige;
-      cs->selectTxt   = black;
+      cs->selectTxt   = white;
       cs->window      = white;
       cs->windowTxt   = black;
       cs->iaTitle     = emerald1;
@@ -795,7 +795,7 @@ void KColorScheme::readScheme( int index
     cs->txt = config->readColorEntry( "foreground", &black );
     cs->back = config->readColorEntry( "background", &widget );
     cs->select = config->readColorEntry( "selectBackground", &kde31Beige );
-    cs->selectTxt = config->readColorEntry( "selectForeground", &black );
+    cs->selectTxt = config->readColorEntry( "selectForeground", &white );
     cs->window = config->readColorEntry( "windowBackground", &white );
     cs->windowTxt = config->readColorEntry( "windowForeground", &black );
     cs->button = config->readColorEntry( "buttonBackground", &button );