diff browser_side/card_game.py @ 275:a763b2ac5d41

bridge + browser_side: bridge signals for games and their callbacks: - added radiocolPlayers and tarotGamePlayers to get the list of players - added roomLeft to remove the muc from the host's room list - display symbols to identify the players in a muc - factorization of ChatPanel.startGame
author souliane <souliane@mailoo.org>
date Thu, 21 Nov 2013 16:13:14 +0100
parents 8fdd20399a06
children aebb96bfa8d1
line wrap: on
line diff
--- a/browser_side/card_game.py	Thu Nov 21 16:05:14 2013 +0100
+++ b/browser_side/card_game.py	Thu Nov 21 16:13:14 2013 +0100
@@ -121,7 +121,7 @@
 
 class CardPanel(DockPanel, ClickHandler):
 
-    def __init__(self, parent, referee, players, player_nick):
+    def __init__(self, parent, referee, player_nick, players):
         DockPanel.__init__(self)
         ClickHandler.__init__(self)
         self._parent = parent