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

List:       kde-commits
Subject:    KDE/kdebase/workspace/kcontrol/launch
From:       Michael Pyne <mpyne () kde ! org>
Date:       2009-08-13 21:59:49
Message-ID: 1250200789.230032.11051.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1011080 by mpyne:

Silence pesky warnings


 M  +2 -2      kcmlaunch.cpp  


--- trunk/KDE/kdebase/workspace/kcontrol/launch/kcmlaunch.cpp #1011079:1011080
@@ -209,13 +209,13 @@
 LaunchConfig::defaults()
 {
   cb_busyCursor->setCurrentIndex(2);
-  cb_taskbarButton->setChecked((bool)Default & TaskbarButton);
+  cb_taskbarButton->setChecked( (bool)(Default & TaskbarButton) );
 
   sb_cursorTimeout->setValue( 30 );
   sb_taskbarTimeout->setValue( 30 );
 
   slotBusyCursor( 2 );
-  slotTaskbarButton( (bool)Default & TaskbarButton );
+  slotTaskbarButton( (bool)(Default & TaskbarButton) );
 
   checkChanged();
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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