trivial: add a todo note, l10nify a string

This commit is contained in:
Steffen Schaumburg 2011-03-09 23:28:45 +01:00
parent e3859a8fc9
commit c654beee03

View File

@ -120,14 +120,14 @@ class HUD_main(object):
gobject.timeout_add(800, self.check_tables)
except:
log.exception("Error initializing main_window")
log.exception(_("Error initializing main_window"))
gtk.main_quit() # we're hosed, just terminate
def client_moved(self, widget, hud):
hud.up_update_table_position()
def client_resized(self, widget, hud):
# Don't forget to get rid of this.
#TODO Don't forget to get rid of this.
if not is_windows:
gigobject.idle_add(idle_resize, hud)