From 50b7fd31a0b8bd1db9c813ee826ea266b48e0734 Mon Sep 17 00:00:00 2001 From: Eratosthenes Date: Fri, 12 Nov 2010 14:37:47 -0500 Subject: [PATCH] Comment out table watching due to bug under windows. --- 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 31e50b27..8de098b6 100755 --- a/pyfpdb/HUD_main.pyw +++ b/pyfpdb/HUD_main.pyw @@ -130,7 +130,7 @@ class HUD_main(object): else: self.main_window.set_icon_stock(gtk.STOCK_HOME) self.main_window.show_all() - gobject.timeout_add(100, self.check_tables) +# gobject.timeout_add(100, self.check_tables) except: log.error("*** Exception in HUD_main.init() *** ")