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

« back to all changes in this revision

Viewing changes to src/facebook_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:
431
431
                if meta[4]:
432
432
                    preview.add_info(Unity.InfoHint.new("with", _("With"), None, meta[4]))
433
433
 
434
 
                gfile_icon = Gio.file_new_for_path("/usr/share/icons/unity-icon-theme/places/svg/service-facebook.svg")
 
434
                gfile_icon = Gio.file_new_for_path("/usr/share/unity-lens-photos/media/Facebook.svg")
435
435
                gicon = Gio.FileIcon.new (gfile_icon)
436
436
                view_action = Unity.PreviewAction.new("view", _("View"), gicon)
437
437
                view_action.connect('activated', self.view_action)