Merge /home/reb402/workspace/free_poker_tools
This commit is contained in:
commit
1e28fd326d
|
@ -126,7 +126,7 @@ class HUD_main(object):
|
||||||
self.main_window.set_icon_stock(gtk.STOCK_HOME)
|
self.main_window.set_icon_stock(gtk.STOCK_HOME)
|
||||||
if not options.hidden:
|
if not options.hidden:
|
||||||
self.main_window.show_all()
|
self.main_window.show_all()
|
||||||
gobject.timeout_add(100, self.check_tables)
|
# gobject.timeout_add(100, self.check_tables)
|
||||||
|
|
||||||
except:
|
except:
|
||||||
log.exception("Error initializing main_window")
|
log.exception("Error initializing main_window")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user