Apparently I made a comment and a change that I didn't realise before 0.11, and forgot to commit. oopsie.

This commit is contained in:
eblade 2009-05-30 12:02:31 -04:00
parent 63a6fd2abd
commit f1230c459c
2 changed files with 5 additions and 0 deletions

View File

@ -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()

View File

@ -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 <username>! - [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.