diff --git a/pyfpdb/Hud.py b/pyfpdb/Hud.py index 87cf9f14..8360dc20 100644 --- a/pyfpdb/Hud.py +++ b/pyfpdb/Hud.py @@ -473,6 +473,7 @@ class Popup_window: def __init__(self, parent, stat_window): self.sb_click = 0 self.stat_window = stat_window + self.parent = parent # create the popup window self.window = gtk.Window() diff --git a/pyfpdb/Tables.py b/pyfpdb/Tables.py index ffc50b01..7bc22710 100755 --- a/pyfpdb/Tables.py +++ b/pyfpdb/Tables.py @@ -309,6 +309,10 @@ def get_site_from_exe(c, exe): return params['site_name'] return None +def everleaf_decode_table(tw): +# 2 - Tournament ID: 573256 - NL Hold'em - 150/300 blinds - Good luck ! - [Connection is ...] + pass + def pokerstars_decode_table(tw): # Extract poker information from the window title. This is not needed for # fpdb, since all that information is available in the db via new_hand_number.