Comment out table watching due to bug under windows.

This commit is contained in:
Eratosthenes 2010-11-12 14:37:47 -05:00
parent c7ce6c3745
commit 50b7fd31a0

View File

@ -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() *** ")