Comment 1 for bug 1250013

Revision history for this message
Maxime DOYEN (mdoyen) wrote :

Ok fixed it. Don't know if it's the right way, but it works.

Into the file PluginMovieAllocine.py at line 59/60

        return movie.Movie.open_page(self, parent_window, url)

change by

       self.page = movie.Movie.open_page(self, parent_window, url)
        return self.page