[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/kcontrol/access
From:       Sebastian Sauer <mail () dipe ! org>
Date:       2009-02-01 17:00:15
Message-ID: 1233507615.391870.16242.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 919834 by sebsauer:

activating e.g. SlowKeys cause someone pressed the shift-key for >=8 seconds is \
rather destructive (I spend last hours to figure out how to disable it again, grrr). \
So, let's choose the 'No'-buttoon per default to prevent ugly situations if ppl (like \
me) tend to just get right of modal dialogs asap without reading what they like me to \
do.

 M  +1 -0      kaccess.cpp  


--- trunk/KDE/kdebase/workspace/kcontrol/access/kaccess.cpp #919833:919834
@@ -584,6 +584,7 @@
       dialog->setButtons( KDialog::Yes | KDialog::No );
       dialog->setButtonGuiItem( KDialog::Yes, KStandardGuiItem::yes() );
       dialog->setButtonGuiItem( KDialog::No, KStandardGuiItem::no() );
+      dialog->setDefaultButton( KDialog::No );
       dialog->setEscapeButton( KDialog::Close );
       dialog->setObjectName( "AccessXWarning" );
       dialog->setModal( true );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic