Sophie

Sophie

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

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

--- kdebase-3.3.2/kcontrol/arts/arts.cpp--	2005-02-17 16:35:14.468522050 +0100
+++ kdebase-3.3.2/kcontrol/arts/arts.cpp	2005-02-17 16:40:44.072335248 +0100
@@ -379,6 +379,12 @@ void KArtsModule::saveParams( void )
 
 	delete midiConfig;
 
+	KConfig *knotifyConfig = new KConfig( "knotifyrc", false );
+        knotifyConfig->setGroup( "StartProgress" );
+        knotifyConfig->writeEntry( "Arts Init", startServer->isChecked());
+        knotifyConfig->writeEntry( "Use Arts", startServer->isChecked());
+        delete knotifyConfig;
+
 	config->sync();
 }