Bug 55402

Summary: Configuration settings are not stored
Product: [Applications] kget Reporter: Michael Geselbracht <let>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Michael Geselbracht 2003-03-02 02:27:21 UTC
Version:           v0.8.3 (using KDE 3.1.0)
Installed from:    compiled sources
Compiler:          gcc version 3.2.1
OS:          Linux (i686) release 2.4.20

Settings made in the preferences dialog are not stored. Or at least
they are not restored after KDE has been restarted. The preferences
dialog uses the default settings.
Comment 1 Carsten Pfeiffer 2003-03-03 11:19:36 UTC
Subject: kdenetwork/kget

CVS commit by pfeiffer: 

save the preferences when closing the dialog positively
CCMAIL: 55402-close@bugs.kde.org


  M +3 -1      dlgPreferences.cpp   1.14


--- kdenetwork/kget/dlgPreferences.cpp  #1.13:1.14
@@ -130,4 +130,6 @@ void DlgPreferences::applySettings()
     dirDlg->applyData();
     sysDlg->applyData();
+    
+    ksettings.save();
 }