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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kdecore
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2005-08-01 15:16:07
Message-ID: 1122909367.238629.19373.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 442081 by lunakl:

Oops, indeed, it's inconsistent with the rest at least. Too lazy
to check if it's really wrong, but given that binary operators
have silly preference in C I'd better change it.



 M  +1 -1      kapplication.cpp  


--- branches/KDE/3.5/kdelibs/kdecore/kapplication.cpp #442080:442081
@@ -829,7 +829,7 @@
   kipcEventMask = (1 << KIPC::StyleChanged) | (1 << KIPC::PaletteChanged) |
                   (1 << KIPC::FontChanged) | (1 << KIPC::BackgroundChanged) |
                   (1 << KIPC::ToolbarStyleChanged) | (1 << KIPC::SettingsChanged) |
-                  (1 << KIPC::ClipboardConfigChanged | (1 << KIPC::BlockShortcuts));
+                  (1 << KIPC::ClipboardConfigChanged) | (1 << KIPC::BlockShortcuts);
 #endif
 
   // Trigger creation of locale.
[prev in list] [next in list] [prev in thread] [next in thread] 

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