~ubuntu-branches/debian/sid/banshee/sid

« 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-04-20 21:40:13 UTC
  • Revision ID: package-import@ubuntu.com-20120420214013-y14ah91qw3icrir7
Tags: 2.4.0-2
* d/patches:
  - [8119b20] Patch to fix SSL cert validation with new libsoup (LP: #980300)
  - [516bc06] Refresh patches
  - [2077d23] Cherry-pick patch to fix Upnp crash
* d/control:
  - [002c13b] Bump Standards-Version (3.9.2 → 3.9.3)
  - [ed8f5a8] Bump mono-upnp build-dep version.
    + This is to include the related Mono.Upnp patch listed in bgo#672744.
    + Also fixes a crasher when the UPnP extension is enabled. (LP: #945566)
* [c4f25f3] d/copyright: Switch to new copyright-format

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
        {
125
125
            RemoteContentDirectory remote_dir = new RemoteContentDirectory (content_directory);
126
126
            DateTime begin = DateTime.Now;
127
 
            Container root = remote_dir.GetRootObject ();
128
127
            bool recursive_browse = !content_directory.CanSearch;
129
128
 
130
129
            try {
 
130
                Container root = remote_dir.GetRootObject ();
 
131
 
131
132
                if (!recursive_browse) {
132
133
                    try {
133
134
                        Log.Debug ("Content directory is searchable, let's search");