trivial: add a todo note, l10nify a string
This commit is contained in:
parent
e3859a8fc9
commit
c654beee03
|
@ -120,14 +120,14 @@ class HUD_main(object):
|
||||||
gobject.timeout_add(800, self.check_tables)
|
gobject.timeout_add(800, self.check_tables)
|
||||||
|
|
||||||
except:
|
except:
|
||||||
log.exception("Error initializing main_window")
|
log.exception(_("Error initializing main_window"))
|
||||||
gtk.main_quit() # we're hosed, just terminate
|
gtk.main_quit() # we're hosed, just terminate
|
||||||
|
|
||||||
def client_moved(self, widget, hud):
|
def client_moved(self, widget, hud):
|
||||||
hud.up_update_table_position()
|
hud.up_update_table_position()
|
||||||
|
|
||||||
def client_resized(self, widget, hud):
|
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:
|
if not is_windows:
|
||||||
gigobject.idle_add(idle_resize, hud)
|
gigobject.idle_add(idle_resize, hud)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user