From 8c247e11f67bee67ce74b2cebe0f8f2aa1b755a4 Mon Sep 17 00:00:00 2001 From: Eratosthenes Date: Tue, 8 Feb 2011 18:33:22 -0500 Subject: [PATCH] Turn on HUD dragging and autoclosing. --- pyfpdb/HUD_main.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/HUD_main.pyw b/pyfpdb/HUD_main.pyw index 4a8cbc0d..d9a4ab73 100755 --- a/pyfpdb/HUD_main.pyw +++ b/pyfpdb/HUD_main.pyw @@ -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")