Merge branch 'nuto'

This commit is contained in:
Steffen Schaumburg 2010-11-12 20:40:29 +01:00
commit 9468bde50b

View File

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