Fix default value

svn path=/trunk/kdebase/kwin/; revision=258645
This commit is contained in:
Laurent Montel 2003-10-13 20:27:31 +00:00
parent f91bd865af
commit 11ce009264

View file

@ -18,7 +18,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id$
*
*/
@ -422,6 +421,7 @@ void KFocusConfig::save( void )
void KFocusConfig::defaults()
{
setAutoRaiseInterval(0);
setFocus(CLICK_TO_FOCUS);
setAutoRaise(false);
setClickRaise(true);