diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-01 12:10:53 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-01 12:10:53 +0100 |
commit | ea94738bf6c59ce254a6f177e978814019c856a4 (patch) | |
tree | b79c4c22114ee1bbc3133bfa56ec8ef7146ddccf /src/settings.cpp | |
parent | Removed unuseful headers (diff) | |
download | rekonq-ea94738bf6c59ce254a6f177e978814019c856a4.tar.xz |
Fixing Font Troubles. Try 1..
Diffstat (limited to 'src/settings.cpp')
-rw-r--r-- | src/settings.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index f5476ad3..7be3e1fa 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -156,6 +156,9 @@ void SettingsDialog::saveSettings() // Fonts ReKonfig::setStandardFont( d->fontsUi.standardFontChooser->font() ); ReKonfig::setFixedFont( d->fontsUi.standardFontChooser->font() ); + + // Save + ReKonfig::self()->writeConfig(); } |