Codebase list sugar-memorize-activity / df40707
Merge branch 'master' of github.com:godiard/memorize-activity Gonzalo Odiard 8 years ago
2 changed file(s) with 7 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
132132 y = 0
133133 identifier = 0
134134
135 # Don't wnt show robot face for art4apps games
136 # even when paly the voice with tts
137 show_robot = self.data['origin'] != 'art4apps'
135 # Don't want show robot face for art4apps games
136 # even when playing a voice with text to speech (tts)
137 try:
138 show_robot = self.data['origin'] != 'art4apps'
139 except:
140 show_robot = True
138141
139142 for card in self.cards_data:
140143 if card.get('img', None):
5757 bg_color='#000000', font_name=model.DEFAULT_FONT,
5858 show_robot=True):
5959 Gtk.EventBox.__init__(self)
60 logging.error('SvgCard image_path %s', image_path)
60 logging.debug('SvgCard image_path %s', image_path)
6161 self.bg_color = bg_color
6262 self.flipped = False
6363 self.id = identifier