Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > a4e51422fe1b8d073f47c12205a319a3 > files > 5

kdelibs-3.5.10-4.4mdv2009.0.src.rpm

--- kdelibs-3.5.10/kdeui/ktip.cpp.old	2008-09-01 15:05:22.000000000 -0300
+++ kdelibs-3.5.10/kdeui/ktip.cpp	2008-09-01 15:06:35.000000000 -0300
@@ -302,7 +302,7 @@
     hbox2->addWidget(ok);
 
     KConfigGroup config(kapp->config(), "TipOfDay");
-    mTipOnStart->setChecked(config.readBoolEntry("RunOnStart", true));
+    mTipOnStart->setChecked(config.readBoolEntry("RunOnStart", false));
 
     connect(next, SIGNAL(clicked()), this, SLOT(nextTip()));
     connect(prev, SIGNAL(clicked()), this, SLOT(prevTip()));