From 0a21e472bad2443a4ad932a52daa5cb6cea2bee4 Mon Sep 17 00:00:00 2001 From: DoNoBaN Date: Fri, 11 Feb 2011 14:59:42 +0100 Subject: [PATCH] Revert "Revert "Turn on HUD dragging and autoclosing."" This reverts commit 7c45c0b8d20269665b576122f41ed965630e6fd1. --- 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 fbbab1ee..721644bb 100755 --- a/pyfpdb/HUD_main.pyw +++ b/pyfpdb/HUD_main.pyw @@ -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")