Removed extra call to update_windows... no sense updating when we don't have to
This commit is contained in:
parent
a2317113ec
commit
cb42c80c7c
1 changed files with 0 additions and 2 deletions
2
hrafn.py
2
hrafn.py
|
@ -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)
|
||||
|
||||
|
|
Reference in a new issue