Turn off window dragging to avoid crash when client is closed.

This commit is contained in:
Ray 2008-12-12 17:44:11 -05:00
parent 77804f68e4
commit eba9ccef90

View File

@ -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