From 68b3e86fdfcb1941b6dac4173cad924e27f36f5d Mon Sep 17 00:00:00 2001 From: Shaun Reich Date: Tue, 27 Jan 2009 01:13:03 +0000 Subject: [PATCH] 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 --- src/settings/dolphinsettingsdialog.cpp | 1 + 1 file changed, 1 insertion(+) 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() -- 2.47.3