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

List:       kde-commits
Subject:    branches/KDE/3.5/kdenetwork/kopete/kopete/chatwindow
From:       Adriaan de Groot <groot () kde ! org>
Date:       2005-12-19 20:48:35
Message-ID: 1135025315.019699.19126.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 489819 by adridg:

Using C99-style boolean operator keywords is a no-no for gcc 2.95 compatibility.

CCMAIL: kde@freebsd.org


 M  +1 -1      emoticonselector.cpp  


--- branches/KDE/3.5/kdenetwork/kopete/kopete/chatwindow/emoticonselector.cpp #489818:489819
@@ -47,7 +47,7 @@
     // Some of the custom icons are rather large
     // so lets limit them to a maximum size for this display panel
     //
-    if (p.width() > 32 or p.height() > 32)
+    if (p.width() > 32 || p.height() > 32)
         p.resize(32, 32);
 	setMinimumSize(p.size());
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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