Merge branch 'master' of git://git.assembla.com/mctfpdb.git

This commit is contained in:
eblade
2009-01-07 12:36:09 -05:00
7 changed files with 238 additions and 11 deletions
+1
View File
@@ -116,6 +116,7 @@ def read_stdin(): # This is the thread function
new_hand_id = string.rstrip(new_hand_id)
if new_hand_id == "": # blank line means quit
destroy()
break # this thread is not always killed immediately with gtk.main_quit()
# delete hud_dict entries for any HUD destroyed since last iteration
# for h in hud_dict: