GNOME Bugzilla – Bug 422442
Typo in Path.cs
Last modified: 2007-03-25 10:11:50 UTC
--- src/Core/Banshee.Base/Paths.cs.orig Sat Mar 24 18:41:10 2007 +++ src/Core/Banshee.Base/Paths.cs Sat Mar 24 18:41:41 2007 @@ -89,7 +89,7 @@ public static string DefaultLibraryPath { get { return Environment.GetFolderPath( - Environment.SpecialFolder.Personal) + + Environment.SpecialFolder.Personal) + Path.DirectorySeparatorChar + "Music" + Path.DirectorySeparatorChar; Dont dont even if mono (1.2.3.1) should compile that.. but banshee was trying to use ${HOME}47Music... thanks!
Fixed! Thanks for letting us know!