See if I can quash HUD freeze bug. No resize, autofold.

This commit is contained in:
Eratosthenes 2010-12-15 12:59:07 -05:00
parent 6d8f1ca4f9
commit 5e2d64744b

View File

@ -126,7 +126,7 @@ class HUD_main(object):
self.main_window.set_icon_stock(gtk.STOCK_HOME)
if not options.hidden:
self.main_window.show_all()
gobject.timeout_add(100, self.check_tables)
# gobject.timeout_add(100, self.check_tables)
except:
log.exception("Error initializing main_window")