┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/dolphinsettingsdialog.cpp
diff options
context:
space:
mode:
authorShaun Reich <[email protected]>2009-01-27 01:13:03 +0000
committerShaun Reich <[email protected]>2009-01-27 01:13:03 +0000
commit68b3e86fdfcb1941b6dac4173cad924e27f36f5d (patch)
tree858afc417918ea97d4564f009765c699503523ea /src/settings/dolphinsettingsdialog.cpp
parent591fde8f4a6b6cb56d8e3cbbabaab1df78b7ec0e (diff)
The apply button in the settings dialog now disables itself when settings are applied, as per all of the other KDE applications, added in DolphinSettingsDialog::applySettings(). It was already setup to re-enable on a settings change.
svn path=/trunk/KDE/kdebase/apps/; revision=917168
Diffstat (limited to 'src/settings/dolphinsettingsdialog.cpp')
-rw-r--r--src/settings/dolphinsettingsdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings/dolphinsettingsdialog.cpp b/src/settings/dolphinsettingsdialog.cpp
index 64ebdeed7..fd6c9836c 100644
--- a/src/settings/dolphinsettingsdialog.cpp
+++ b/src/settings/dolphinsettingsdialog.cpp
@@ -122,6 +122,7 @@ void DolphinSettingsDialog::applySettings()
page->applySettings();
}
DolphinApplication::app()->refreshMainWindows();
+ enableButtonApply(false);
}
void DolphinSettingsDialog::restoreDefaults()