~alecu/unity-lens-music/rework-credentials-check

« back to all changes in this revision

Viewing changes to src/banshee-scope.vala

  • Committer: James Henstridge
  • Date: 2013-03-13 14:29:32 UTC
  • Revision ID: james@jamesh.id.au-20130313142932-nm2jepjfa5fh0mc9
Split music.scope into music-rhythmbox.scope and music-banshee.scope to 
cover the two scopes exported by unity-music-daemon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    {
31
31
      base ();
32
32
 
33
 
      scope = new Unity.DeprecatedScope ("/com/canonical/unity/scope/banshee", "music.scope");
 
33
      scope = new Unity.DeprecatedScope ("/com/canonical/unity/scope/banshee", "music-banshee.scope");
34
34
      scope.search_in_global = true;
35
35
      scope.search_hint = _("Search Music Collection");
36
36
      scope.visible = true;