add textview to autoimport window for dropping status/info messages on, just call it's AddText func to get it there

This commit is contained in:
Eric Blade
2009-11-29 23:52:36 -05:00
parent 3439523de8
commit 67beb4bd9f
3 changed files with 36 additions and 15 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ class HUD_main(object):
if hasattr(tablewindow, 'number'):
self.create_HUD(new_hand_id, tablewindow, temp_key, max, poker_game, type, stat_dict, cards)
else:
sys.stderr.write('Table "%s" no longer exists\n', table_name)
sys.stderr.write('Table "%s" no longer exists\n' % table_name)
self.db_connection.connection.rollback()