]> cloud.milkyroute.net Git - dolphin.git/commitdiff
The apply button in the settings dialog now disables itself when settings are applied...
authorShaun Reich <shaun.reich@kdemail.net>
Tue, 27 Jan 2009 01:13:03 +0000 (01:13 +0000)
committerShaun Reich <shaun.reich@kdemail.net>
Tue, 27 Jan 2009 01:13:03 +0000 (01:13 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=917168

src/settings/dolphinsettingsdialog.cpp

index 64ebdeed7331608fb67f76eca1dccbef38f42575..fd6c9836c5924cf7459e53e181800243b68cbc94 100644 (file)
@@ -122,6 +122,7 @@ void DolphinSettingsDialog::applySettings()
         page->applySettings();
     }
     DolphinApplication::app()->refreshMainWindows();
+    enableButtonApply(false);
 }
 
 void DolphinSettingsDialog::restoreDefaults()