search string for table detect changed

This commit is contained in:
Gerko de Roo
2009-12-28 10:14:04 +08:00
committed by Worros
parent 0e318e6d9f
commit 3553bdaf71
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ or None if we fail to get the info """
def getTableTitleRe(type, table_name=None, tournament = None, table_number=None):
"Returns string to search in windows titles"
if type=="tour":
return "%s.+Table\s%s" % (tournament, table_number)
return "%s.+Table.+%s" % (tournament, table_number)
else:
return table_name