From eba9ccef907e6ced5a112733b8bc45d7d87338a4 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 12 Dec 2008 17:44:11 -0500 Subject: [PATCH] Turn off window dragging to avoid crash when client is closed. --- pyfpdb/Hud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Hud.py b/pyfpdb/Hud.py index 25aad085..92f38bb7 100644 --- a/pyfpdb/Hud.py +++ b/pyfpdb/Hud.py @@ -229,7 +229,7 @@ class Hud: aux_params = config.get_aux_parameters(game_params['aux']) self.aux_windows.append(eval("%s.%s(gtk.Window(), self, config, 'fpdb')" % (aux_params['module'], aux_params['class']))) - gobject.timeout_add(500, self.update_table_position) +# gobject.timeout_add(500, self.update_table_position) def update(self, hand, config, stat_dict): self.hand = hand # this is the last hand, so it is available later