From cdd987483fd8db14d2847d29f1258271129853f2 Mon Sep 17 00:00:00 2001 From: Eratosthenes Date: Fri, 26 Nov 2010 21:01:01 -0500 Subject: [PATCH] Don't put HUD on UB replayer window. --- pyfpdb/TableWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/TableWindow.py b/pyfpdb/TableWindow.py index 61d7bd80..bf4ea854 100644 --- a/pyfpdb/TableWindow.py +++ b/pyfpdb/TableWindow.py @@ -58,7 +58,7 @@ limit_game_names = { #fpdb name Stars Name FTP Name # A window title might have our table name + one of these words/ # phrases. If it has this word in the title, it is not a table. -bad_words = ('History for table:', 'HUD:', 'Chat:', 'FPDBHUD') +bad_words = ('History for table:', 'HUD:', 'Chat:', 'FPDBHUD', 'Instant Replay') # Here are the custom signals we define for allowing the 'client watcher' # thread to communicate with the gui thread. Any time a poker client is