removed yet another stupid debug condition (this time from the client)
authorMarcus Eggenberger <egs@quassel-irc.org>
Tue, 29 Jan 2008 15:05:41 +0000 (15:05 +0000)
committerMarcus Eggenberger <egs@quassel-irc.org>
Tue, 29 Jan 2008 15:05:41 +0000 (15:05 +0000)
src/client/networkmodel.cpp
version.inc

index 12e51e5..04ade52 100644 (file)
@@ -228,7 +228,7 @@ void BufferItem::removeUserFromCategory(IrcUser *ircUser) {
   }
 
   
   }
 
   
-  if(!success || success) {
+  if(!success) {
     qDebug() << "==== Childlist for Item:" << this << id() << bufferName() << "====";
     for(int i = 0; i < childCount(); i++) {
       categoryItem = qobject_cast<UserCategoryItem *>(child(i));
     qDebug() << "==== Childlist for Item:" << this << id() << bufferName() << "====";
     for(int i = 0; i < childCount(); i++) {
       categoryItem = qobject_cast<UserCategoryItem *>(child(i));
index 27244a8..57bfb3e 100644 (file)
@@ -5,7 +5,7 @@
 
   quasselVersion = "0.2.0-pre";
   quasselDate = "2008-01-29";
 
   quasselVersion = "0.2.0-pre";
   quasselDate = "2008-01-29";
-  quasselBuild = 405;
+  quasselBuild = 406;
 
   //! Minimum client build number the core needs
   clientBuildNeeded = 358;
 
   //! Minimum client build number the core needs
   clientBuildNeeded = 358;