SVN commit 965147 by annma: disable "Defaults" button as not needed CCMAIL=159047 M +1 -1 scrnsave.cpp --- trunk/KDE/kdebase/workspace/kcontrol/screensaver/scrnsave.cpp #965146:965147 @@ -109,7 +109,7 @@ " the \"Require password\" feature of the screen saver; if you do not, you can still" " explicitly lock the session using the desktop's \"Lock Session\" action.

")); - setButtons( KCModule::Help | KCModule::Default | KCModule::Apply ); + setButtons( KCModule::Help | KCModule::Apply );