From 7570db60f6ae673fc1f37990fd03265c5a0d5faa Mon Sep 17 00:00:00 2001 From: Eratosthenes Date: Thu, 28 Jan 2010 14:37:45 -0500 Subject: [PATCH] Make the StudMucked not crash with newimport. --- pyfpdb/Mucked.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyfpdb/Mucked.py b/pyfpdb/Mucked.py index dd424e63..c072fb54 100755 --- a/pyfpdb/Mucked.py +++ b/pyfpdb/Mucked.py @@ -128,7 +128,8 @@ class Stud_mucked(Aux_Window): self.container.show_all() def update_data(self, new_hand_id, db_connection): - self.mucked_cards.update_data(new_hand_id, db_connection) +# uncomment next line when action is available in the db +# self.mucked_cards.update_data(new_hand_id, db_connection) self.mucked_list.update_data(new_hand_id, db_connection) def update_gui(self, new_hand_id):