~davidc3/unity-lens-photos/fix-1057432

« back to all changes in this revision

Viewing changes to src/flickr_scope.py

  • Committer: David Callé
  • Date: 2012-09-19 19:50:57 UTC
  • mfrom: (76.1.1 old-icon-path)
  • Revision ID: davidc@framli.eu-20120919195057-6f2dypekdcbvq6fo
Roll back icon paths and ship icons again for this release

Show diffs side-by-side

added added

removed removed

Lines of Context:
475
475
                        preview.add_info(Unity.InfoHint.new("license", _("License"), None, license))
476
476
                    if tags:
477
477
                        preview.add_info(Unity.InfoHint.new("tags", _("Tags"), None, tags))
478
 
                    gfile_icon = Gio.file_new_for_path("/usr/share/icons/unity-icon-theme/places/svg/service-flickr.svg")
 
478
                    gfile_icon = Gio.file_new_for_path("/usr/share/unity-lens-photos/media/Flickr.svg")
479
479
                    gicon = Gio.FileIcon.new (gfile_icon)
480
480
                    view_action = Unity.PreviewAction.new("view", _("View"), gicon)
481
481
                    view_action.connect('activated', self.view_action)