one last tipo in HUD_main.py thread stuff

This commit is contained in:
Ray 2008-10-18 15:41:26 -04:00
parent 5c8cf5760d
commit a449e1948b

View File

@ -84,7 +84,7 @@ def update_HUD(new_hand_id, table_name, config, stat_dict):
hud_dict[table_name].update(new_hand_id, config, stat_dict) hud_dict[table_name].update(new_hand_id, config, stat_dict)
return False return False
finally: finally:
gtk.gkd.threads_leave gtk.gdk.threads_leave
gobject.idle_add(idle_func) gobject.idle_add(idle_func)
def read_stdin(): # This is the thread function def read_stdin(): # This is the thread function