mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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:
parent
591fde8f4a
commit
68b3e86fdf
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ void DolphinSettingsDialog::applySettings()
|
|||
page->applySettings();
|
||||
}
|
||||
DolphinApplication::app()->refreshMainWindows();
|
||||
enableButtonApply(false);
|
||||
}
|
||||
|
||||
void DolphinSettingsDialog::restoreDefaults()
|
||||
|
|
Loading…
Reference in a new issue