Big update this time - Core has been redesigned to be multi-user capable. At least...
[quassel.git] / gui / coreconnectdlg.cpp
index 9cf41a4..b465ae1 100644 (file)
@@ -74,7 +74,7 @@ void CoreConnectDlg::coreConnected() {
   ui.progressBar->show();
   VarMap initmsg;
   initmsg["GUIProtocol"] = GUI_PROTOCOL;
-  guiProxy->send(GS_CLIENT_INIT, QVariant(initmsg));
+  // FIXME guiProxy->send(GS_CLIENT_INIT, QVariant(initmsg));
 }
 
 void CoreConnectDlg::coreConnectionError(QString err) {