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

« back to all changes in this revision

Viewing changes to src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/MassStorageSource.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-09-15 02:37:59 UTC
  • mfrom: (6.3.18 experimental)
  • Revision ID: package-import@ubuntu.com-20110915023759-q4mnp6t5qgo442c5
Tags: 2.1.4-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
* [5ba1472] Move banshee-extension-ubuntuonemusicstore to Suggests.
  Thanks to Rodney Dawes <rodney.dawes@ubuntu.com> (LP: #833824)
* [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
                    if (loaded_playlist == null)
171
171
                        continue;
172
172
 
173
 
                    PlaylistSource playlist = new PlaylistSource (System.IO.Path.GetFileNameWithoutExtension (playlist_path), this);
 
173
                    string name = System.IO.Path.GetFileNameWithoutExtension (SafeUri.UriToFilename (playlist_path));
 
174
                    PlaylistSource playlist = new PlaylistSource (name, this);
174
175
                    playlist.Save ();
175
176
                    //Hyena.Data.Sqlite.HyenaSqliteCommand.LogAll = true;
176
177
                    foreach (Dictionary<string, object> element in loaded_playlist.Elements) {