From 5e2d64744bef8c8caad07484538369290f2dc933 Mon Sep 17 00:00:00 2001 From: Eratosthenes Date: Wed, 15 Dec 2010 12:59:07 -0500 Subject: [PATCH] See if I can quash HUD freeze bug. No resize, autofold. --- 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 34b701c9..79b2fbfe 100644 --- a/pyfpdb/HUD_main.pyw +++ b/pyfpdb/HUD_main.pyw @@ -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")