Comment out table watching due to bug under windows.
This commit is contained in:
parent
c7ce6c3745
commit
50b7fd31a0
|
@ -130,7 +130,7 @@ class HUD_main(object):
|
||||||
else:
|
else:
|
||||||
self.main_window.set_icon_stock(gtk.STOCK_HOME)
|
self.main_window.set_icon_stock(gtk.STOCK_HOME)
|
||||||
self.main_window.show_all()
|
self.main_window.show_all()
|
||||||
gobject.timeout_add(100, self.check_tables)
|
# gobject.timeout_add(100, self.check_tables)
|
||||||
|
|
||||||
except:
|
except:
|
||||||
log.error("*** Exception in HUD_main.init() *** ")
|
log.error("*** Exception in HUD_main.init() *** ")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user