~ubuntu-branches/ubuntu/wily/banshee/wily-proposed

« back to all changes in this revision

Viewing changes to src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient/UPnPServerSource.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-03-22 08:02:27 UTC
  • mfrom: (6.4.22 sid)
  • Revision ID: package-import@ubuntu.com-20120322080227-v0m7ce6l5vva48fj
Tags: 2.4.0-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:
35
35
using Mono.Upnp.Dcp.MediaServer1.ContentDirectory1;
36
36
using Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV;
37
37
 
38
 
using Banshee.Base;
39
 
using Banshee.Collection;
40
38
using Banshee.Configuration;
41
39
using Banshee.Sources;
42
 
using Banshee.ServiceStack;
43
40
 
44
41
using Hyena;
45
42