[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 b24a6b1850
commit 590ca49dbe

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 ();
};