~unity-lens-videos/unity-lens-video/remote-videos

« back to all changes in this revision

Viewing changes to src/unity-scope-video-remote

  • Committer: David Callé
  • Date: 2012-02-13 11:07:32 UTC
  • Revision ID: davidc@framli.eu-20120213110732-bztnft0vrro33vrb
Change category to reflect lens changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
            icon = i['img']
118
118
            comment = i['source']
119
119
            if uri.startswith('http'):
120
 
                model.append(uri, icon, 1, "text/html", title, comment, uri)
 
120
                model.append(uri, icon, 2, "text/html", title, comment, uri)
121
121
        if self.sources_list == []:
122
122
            self.query_list_of_sources()
123
123