~kroq-gar78/unity-lens-music/fix-972987

« back to all changes in this revision

Viewing changes to src/banshee-scope.vala

  • Committer: Tarmac
  • Author(s): David Callé, Michal Hruby
  • Date: 2012-03-21 12:40:37 UTC
  • mfrom: (69.1.33 rb-scope)
  • Revision ID: tarmac-20120321124037-p1lsomndx12g9qt7
Implement a Rhythmbox scope.. Fixes: https://bugs.launchpad.net/bugs/948860. Approved by Michal Hruby, Mikkel Kamstrup Erlandsen, Neil J. Patel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
      scope = new Unity.Scope ("/com/canonical/unity/scope/banshee");
33
33
      scope.search_in_global = true;
34
34
      scope.activate_uri.connect (activate);
 
35
      scope.sources.add_option ("banshee", _("Banshee"), null);
35
36
 
36
37
      base.initialize ();
37
38