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

List:       kde-commits
Subject:    playground/office/kmymoney/kmymoney2/widgets
From:       Nicolas Lécureuil <neoclust () mandriva ! org>
Date:       2009-08-31 20:54:08
Message-ID: 1251752048.840185.13447.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1017902 by nlecureuil:

Fix TRUE/FALSE EBN warning

 M  +1 -1      kmymoneyaccountcombo.cpp  


--- trunk/playground/office/kmymoney/kmymoney2/widgets/kmymoneyaccountcombo.cpp #1017901:1017902
@@ -182,7 +182,7 @@
   }
   if ( !m_mlbDown )
       return;
-  m_mlbDown = FALSE;                            // left mouse button up
+  m_mlbDown = false;                            // left mouse button up
   emit released();
   if ( rect().contains( e->pos() ) ) {              // mouse release on button
     emit clicked();
[prev in list] [next in list] [prev in thread] [next in thread] 

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