From 42067c08734d25993d967846206e4c4ed0863490 Mon Sep 17 00:00:00 2001 From: Worros Date: Tue, 28 Sep 2010 11:41:03 +0800 Subject: [PATCH] TableWindow: Remove whitespace breakage --- pyfpdb/TableWindow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyfpdb/TableWindow.py b/pyfpdb/TableWindow.py index 0750ad75..a874f7dc 100644 --- a/pyfpdb/TableWindow.py +++ b/pyfpdb/TableWindow.py @@ -186,7 +186,7 @@ class Table_Window(object): if mo is not None: return mo[1] return False - + #################################################################### # check_table() is meant to be called by the hud periodically to # determine if the client has been moved or resized. check_table() @@ -249,7 +249,7 @@ class Table_Window(object): self.table = result hud.main_window.emit("table_changed", hud) return True - + def check_bad_words(self, title): for word in bad_words: if word in title: return True