~ubuntu-branches/ubuntu/quantal/banshee/quantal

« 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 23:34:40 UTC
  • mfrom: (6.4.23 sid)
  • Revision ID: package-import@ubuntu.com-20120420233440-g8br3wfrtxakwn5u
Tags: 2.4.0-2ubuntu1
* [980ad3d] Merge from Debian Unstable, 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
  * [9b356d6] Add workaround for set_Height exception.
* [57afffa] Reexport patches via gbp-pq.
  The numbering of the Ubuntu specific patches have been upset due to the new
  patches imported into the previous Debian revision.

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");