From 6a129695f438aa0e162fe99998cf761e79fad6f6 Mon Sep 17 00:00:00 2001 From: Eratosthenes Date: Fri, 10 Sep 2010 17:07:59 -0400 Subject: [PATCH] Correct line removed by mistake. --- pyfpdb/WinTables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/WinTables.py b/pyfpdb/WinTables.py index 638cb5b5..80ae6d77 100644 --- a/pyfpdb/WinTables.py +++ b/pyfpdb/WinTables.py @@ -55,6 +55,7 @@ class Table(Table_Window): if titles[hwnd] == "": continue if re.search(self.search_string, titles[hwnd]): if self.check_bad_words(titles[hwnd]): continue + self.window = hwnd break try: