After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 422442 - Typo in Path.cs
Typo in Path.cs
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: general
0.12.0
Other FreeBSD
: Normal normal
: 2.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-24 22:48 UTC by Phillip
Modified: 2007-03-25 10:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Phillip 2007-03-24 22:48:47 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!
Comment 1 Ruben Vermeersch 2007-03-25 10:11:50 UTC
Fixed! Thanks for letting us know!