From a449e1948b5548339611eeb744debb155cbbd088 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 18 Oct 2008 15:41:26 -0400 Subject: [PATCH] one last tipo in HUD_main.py thread stuff --- pyfpdb/HUD_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/HUD_main.py b/pyfpdb/HUD_main.py index e369e7f3..4c0eccdd 100755 --- a/pyfpdb/HUD_main.py +++ b/pyfpdb/HUD_main.py @@ -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) return False finally: - gtk.gkd.threads_leave + gtk.gdk.threads_leave gobject.idle_add(idle_func) def read_stdin(): # This is the thread function