~moovida-developers/moovida/widget_demo

« back to all changes in this revision

Viewing changes to elisa-core/docs/tutorials/amazon_plugin/1-gui.rst

  • Committer: Guido Amoruso
  • Date: 2008-06-27 10:01:54 UTC
  • mfrom: (59.8.290 upicek)
  • Revision ID: guidonte@fluendo.com-20080627100154-xq7jqpj6y6qyhy4g
MergedĀ fromĀ upicek.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
            self.cover.visible = True
91
91
 
92
92
        # The handler called when a item in the list is clicked
93
 
        def _selected_handler(self, controller, index):
94
 
            item = self.list.model[index]
 
93
        def _selected_handler(self, controller, item):
95
94
            label = item.artist + ' - ' + item.album
96
95
            print 'Selected <%s>' % label
97
96
            # Set the image from the cover file, if it exists