Bug 55402 - Configuration settings are not stored
Summary: Configuration settings are not stored
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-02 02:27 UTC by Michael Geselbracht
Modified: 2003-03-03 11:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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();
 }