Merge branch 'master' of github.com:hbons/SparkleShare

This commit is contained in:
Hylke Bons 2012-09-10 23:08:34 +01:00
commit cb61b20c25

View file

@ -75,10 +75,6 @@ namespace SparkleLib {
OnConnected ();
// Subscribe to channels of interest to us
foreach (string channel in base.channels)
AlsoListenToInternal (channel);
} catch (SocketException e) {
this.is_connected = false;
this.is_connecting = false;