Make the nicklist work again. *cough*
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 28 Nov 2007 18:06:45 +0000 (18:06 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 28 Nov 2007 18:06:45 +0000 (18:06 +0000)
src/client/buffer.cpp

index b0e2862..023263b 100644 (file)
@@ -159,7 +159,7 @@ IrcChannel *Buffer::ircChannel() const {
   return _ircChannel;
 }
 
   return _ircChannel;
 }
 
-void Buffer::setIrcChannel(IrcChannel *ircchan) { return;
+void Buffer::setIrcChannel(IrcChannel *ircchan) {
   if(_ircChannel) {
     disconnect(_ircChannel, 0, this, 0);
   }
   if(_ircChannel) {
     disconnect(_ircChannel, 0, this, 0);
   }