diff frontends/src/primitivus/game_tarot.py @ 1972:02d21a589be2

quick_frontend, primitivus: notifications refactoring replaced old "alerts" system by a more generic one which use listeners and can activate callbacks on notification click.
author Goffi <goffi@goffi.org>
date Mon, 27 Jun 2016 22:36:22 +0200
parents 2daf7b4c6756
children 8b37a62336c3
line wrap: on
line diff
--- a/frontends/src/primitivus/game_tarot.py	Mon Jun 27 21:45:13 2016 +0200
+++ b/frontends/src/primitivus/game_tarot.py	Mon Jun 27 22:36:22 2016 +0200
@@ -294,7 +294,7 @@
         QuickTarotGame.tarotGameInvalidCardsHandler(self, phase, played_cards, invalid_cards)
         self.hand_wid.update(self.hand)
         if self._autoplay == None:  # No dialog if there is autoplay
-            self.parent.host.notify(_('Cards played are invalid !'))
+            self.parent.host.barNotify(_('Cards played are invalid !'))
         self.parent.host.redraw()
 
     def tarotGameCardsPlayedHandler(self, player, cards):