Merge branch 'master' of git://git.assembla.com/free_poker_tools.git
This commit is contained in:
commit
f5d61b5bfc
|
@ -128,7 +128,8 @@ class Stud_mucked(Aux_Window):
|
||||||
self.container.show_all()
|
self.container.show_all()
|
||||||
|
|
||||||
def update_data(self, new_hand_id, db_connection):
|
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)
|
self.mucked_list.update_data(new_hand_id, db_connection)
|
||||||
|
|
||||||
def update_gui(self, new_hand_id):
|
def update_gui(self, new_hand_id):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user