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

List:       kde-commits
Subject:    KDE/kdevplatform/plugins/standardoutputview
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2008-08-22 15:13:57
Message-ID: 1219418037.991287.5914.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 850932 by apaku:

Set defaults for the toolbuttons.


 M  +2 -0      outputwidget.cpp  


--- trunk/KDE/kdevplatform/plugins/standardoutputview/outputwidget.cpp #850931:850932
@@ -78,8 +78,10 @@
 
     activateOnSelect = new KToggleAction( KIcon(), i18n("Select activated Item"), this );
     addAction(activateOnSelect);
+    activateOnSelect->setChecked( true );
     focusOnSelect = new KToggleAction( KIcon(), i18n("Focus when selecting Item"), this );
     addAction(focusOnSelect);
+    focusOnSelect->setChecked( false );
 
 
     connect( data, SIGNAL( outputAdded( int ) ),
[prev in list] [next in list] [prev in thread] [next in thread] 

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