Fixing dubious crash at core connect (courtesy of EgS finding and Sput testing the...
[quassel.git] / src / client / networkmodel.cpp
index 5a75695..45204fa 100644 (file)
@@ -240,7 +240,7 @@ void NetworkItem::attachNetwork(Network *network) {
          this, SLOT(attachIrcChannel(QString)));
   // FIXME: connect this and that...
 
-  //emit dataChanged();
+  emit dataChanged();
 }
 
 void NetworkItem::attachIrcChannel(const QString &channelName) {