From f1230c459c77aeed94442e5c5b88d692774b151a Mon Sep 17 00:00:00 2001 From: eblade Date: Sat, 30 May 2009 12:02:31 -0400 Subject: [PATCH] Apparently I made a comment and a change that I didn't realise before 0.11, and forgot to commit. oopsie. --- pyfpdb/Hud.py | 1 + pyfpdb/Tables.py | 4 ++++ 2 files changed, 5 insertions(+) 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.