Revert "Turn on HUD dragging and autoclosing."

This reverts commit 8c247e11f6.
This commit is contained in:
DoNoBaN 2011-02-11 07:45:44 +01:00
parent b34c893e8f
commit 7c45c0b8d2

View File

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