From bb4b61a3d988fb6cde245ee125bdd57822ebed82 Mon Sep 17 00:00:00 2001 From: Eratosthenes Date: Fri, 12 Nov 2010 15:08:04 -0500 Subject: [PATCH] Comment old windows only Table moving function. --- pyfpdb/Hud.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyfpdb/Hud.py b/pyfpdb/Hud.py index 56d184d5..7bec888c 100644 --- a/pyfpdb/Hud.py +++ b/pyfpdb/Hud.py @@ -630,8 +630,8 @@ class Hud: [config.supported_games[self.poker_game].stats[stat].col] = \ config.supported_games[self.poker_game].stats[stat].stat_name - if os.name == "nt": # we call update_table_position() regularly in Windows to see if we're moving around. See comments on that function for why this isn't done in X. - gobject.timeout_add(500, self.update_table_position) +# if os.name == "nt": # we call update_table_position() regularly in Windows to see if we're moving around. See comments on that function for why this isn't done in X. +# gobject.timeout_add(500, self.update_table_position) def update(self, hand, config): self.hand = hand # this is the last hand, so it is available later