Make sure we always return true from Main#on_timer.
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 27 Aug 2007 17:57:50 +0000 (19:57 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 27 Aug 2007 17:57:50 +0000 (19:57 +0200)
commit91515591d2ece0ad027d72c525d20e199ff6a3d0
treee6368c9a7de379879ffe031a488e8c77604ce835
parentc7dc0398140c0865242b9932769e40deb7b86288
Make sure we always return true from Main#on_timer.

Before we returned nil if we still had a connection to the server.
This didn't cause the timer to stop only because of an ruby-ecore bug.
bin/embrace