From: Shaun Reich Date: Tue, 27 Jan 2009 01:13:03 +0000 (+0000) Subject: The apply button in the settings dialog now disables itself when settings are applied... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/68b3e86fdfcb1941b6dac4173cad924e27f36f5d 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 --- 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()