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
This commit is contained in:
Shaun Reich 2009-01-27 01:13:03 +00:00
parent 591fde8f4a
commit 68b3e86fdf

View file

@ -122,6 +122,7 @@ void DolphinSettingsDialog::applySettings()
page->applySettings();
}
DolphinApplication::app()->refreshMainWindows();
enableButtonApply(false);
}
void DolphinSettingsDialog::restoreDefaults()