Gtkgui plugin is more reactive

This commit is contained in:
Yann Leboulanger 2004-11-16 09:32:27 +00:00
parent 07b52563a4
commit 7b0a234d11
1 changed files with 1 additions and 1 deletions

View File

@ -2466,7 +2466,7 @@ class plugin:
gtk.window_set_default_icon(pix)
self.roster = roster_Window(self)
gtk.timeout_add(100, self.read_queue)
gtk.timeout_add(1000, self.read_sleepy)
gtk.timeout_add(100, self.read_sleepy)
#auto connect at startup
for a in self.accounts.keys():
if self.accounts[a].has_key('autoconnect'):