Fix default value
svn path=/trunk/kdebase/kwin/; revision=258645
This commit is contained in:
parent
f91bd865af
commit
11ce009264
1 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,6 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -422,6 +421,7 @@ void KFocusConfig::save( void )
|
||||||
|
|
||||||
void KFocusConfig::defaults()
|
void KFocusConfig::defaults()
|
||||||
{
|
{
|
||||||
|
setAutoRaiseInterval(0);
|
||||||
setFocus(CLICK_TO_FOCUS);
|
setFocus(CLICK_TO_FOCUS);
|
||||||
setAutoRaise(false);
|
setAutoRaise(false);
|
||||||
setClickRaise(true);
|
setClickRaise(true);
|
||||||
|
|
Loading…
Reference in a new issue