1
0
Fork 0
forked from len0rd/rockbox

Save all settings in talkfile dialog.

Save settings that haven't been and rename the configuration file value for the
talked folder. Since the folder was replaced with a list we can't use the old
value anymore so there's no need to keep a name that's not really suitable
anymore.

Solves FS#12634.

Change-Id: I8db2a536409b94c45f28db9418a11f11f57dfacb
This commit is contained in:
Dominik Riebeling 2012-06-14 22:36:54 +02:00
parent a9217bde27
commit 537dfe482f
5 changed files with 65 additions and 28 deletions

View file

@ -39,6 +39,7 @@ class InstallTalkWindow : public QDialog
private slots:
void updateSettings(void);
void saveSettings(void);
signals:
void settingsUpdated(void);