Tables: add " - Table " to ignore strings, so we don't attach to Absolute chat windows

This commit is contained in:
Eric Blade
2009-08-27 04:28:59 -05:00
parent f91e6d1d69
commit 079ce989cc
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ class Stat_Window:
return True
return False
def noop(self): # i'm going to try to connect the focus-in and focus-out events here, to see if that fixes any of the focus problems.
def noop(self, arga=None, argb=None): # i'm going to try to connect the focus-in and focus-out events here, to see if that fixes any of the focus problems.
return True
def kill_popup(self, popup):