diff browser_side/card_game.py @ 62:12e889a683ce SàT v0.2.0

server side: misc stuff: - fixed lot of misuse in callbacks - chat history fixed - a visual indicator now appear when we have message waiting from a contact - fixed About dialog size issue in webkit - fixed Drag'n'Drop for webkit - defaut room to join is now libervia@conference.libervia.org
author Goffi <goffi@goffi.org>
date Tue, 31 May 2011 17:06:59 +0200
parents d5266c41ca24
children 9d8e79ac4c9c
line wrap: on
line diff
--- a/browser_side/card_game.py	Tue May 31 17:03:37 2011 +0200
+++ b/browser_side/card_game.py	Tue May 31 17:06:59 2011 +0200
@@ -80,7 +80,7 @@
         self.setHTML("Please select your contrat")
         self.setWidget(content)	
     
-    def onChoose(self):
+    def onChoose(self, button):
         self.hide()
         self._parent.contratSelected(self.contrats_list.getSelectedItemText()[0])