Turn on HUD dragging and autoclosing.

This commit is contained in:
Eratosthenes 2011-02-08 18:33:22 -05:00
parent ce7f514f08
commit 8c247e11f6

View File

@ -128,7 +128,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")