Removed extra call to update_windows... no sense updating when we don't have to

This commit is contained in:
Anna 2010-05-21 12:36:05 -04:00
parent a2317113ec
commit cb42c80c7c

View File

@ -138,8 +138,6 @@ class Hrafn():
self.add_to_notebook(tab, single_tweet, conversation)
self.tweet_notebook.set_current_page(page_num)
self.update_windows()
# Timer to update periodically
gobject.timeout_add(self.refresh_time * 1000, self.update_windows)