HUD_Main; Remove some whitespace and fix permissions

This commit is contained in:
Worros
2010-11-04 20:07:17 +08:00
parent ec8cd9f785
commit 450a963371
Regular → Executable
+1 -1
View File
@@ -131,7 +131,7 @@ class HUD_main(object):
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() *** ")
for e in traceback.format_tb(sys.exc_info()[2]): for e in traceback.format_tb(sys.exc_info()[2]):