~ubuntu-branches/ubuntu/precise/banshee/precise-proposed

« back to all changes in this revision

Viewing changes to src/Extensions/Banshee.Daap/Banshee.Daap/DaapSource.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-03-10 16:48:03 UTC
  • mfrom: (6.3.24 experimental)
  • Revision ID: package-import@ubuntu.com-20120310164803-fg3muus4duqxbpjz
Tags: 2.3.6-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable and recommend SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        private bool is_activating;
59
59
 
60
60
        public DaapSource (DAAP.Service service) : base (Catalog.GetString ("Music Share"), service.Name,
61
 
                                                    (service.Address.ToString () + service.Port).Replace (":", "").Replace (".", ""), 300)
 
61
                                                    (service.Address.ToString () + service.Port).Replace (":", "").Replace (".", ""), 300, true)
62
62
        {
63
63
            this.service = service;
64
64
            Properties.SetString ("UnmapSourceActionLabel", Catalog.GetString ("Disconnect"));