~ubuntu-branches/ubuntu/natty/miro/natty

« back to all changes in this revision

Viewing changes to portable/moviedata.py

  • Committer: Daniel Hahler
  • Date: 2010-04-14 20:40:55 UTC
  • mfrom: (1.4.8 upstream)
  • Revision ID: ubuntu-launchpad@thequod.de-20100414204055-b1fyz9dzmsl3za43
Tags: 3.0.1-0ubuntu1
New upstream: 3.0.1-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
                    break
162
162
                signals.system.failed_exn(
163
163
                    "When running external movie data program")
164
 
                self.update_finished(mdi.item, -1, None, mediatype)
 
164
                self.update_finished(mdi.item, -1, None, None)
165
165
            self.emit('end-loop')
166
166
 
167
167
    def run_movie_data_program(self, command_line, env):