Removed extra call to update_windows... no sense updating when we don't have to
This commit is contained in:
parent
a2317113ec
commit
cb42c80c7c
2
hrafn.py
2
hrafn.py
|
@ -138,8 +138,6 @@ class Hrafn():
|
||||||
self.add_to_notebook(tab, single_tweet, conversation)
|
self.add_to_notebook(tab, single_tweet, conversation)
|
||||||
self.tweet_notebook.set_current_page(page_num)
|
self.tweet_notebook.set_current_page(page_num)
|
||||||
|
|
||||||
self.update_windows()
|
|
||||||
|
|
||||||
# Timer to update periodically
|
# Timer to update periodically
|
||||||
gobject.timeout_add(self.refresh_time * 1000, self.update_windows)
|
gobject.timeout_add(self.refresh_time * 1000, self.update_windows)
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user