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

« back to all changes in this revision

Viewing changes to src/daemon.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:
22
22
 
23
23
namespace Unity.MusicLens {
24
24
  
25
 
  const string ICON_PATH = "/usr/share/icons/unity-icon-theme/places/svg/";
26
 
  
27
25
  public class Daemon : GLib.Object
28
26
  {
29
27
    private BansheeScopeProxy banshee;
55
53
    }
56
54
  }
57
55
} /* namespace */
58