[repo] state is polling when checking for remote changes

This commit is contained in:
Hylke Bons 2011-02-24 01:42:13 +00:00
parent 44daf274a0
commit 11589748c4

View file

@ -359,10 +359,9 @@ namespace SparkleLib {
Listener.Client.OnDisconnected += delegate {
SparkleHelpers.DebugInfo ("Irc", "[" + Name + "] Lost connection. Falling back to polling...");
CheckForRemoteChanges ();
_IsPolling = true;
CheckForRemoteChanges ();
};