GNOME Bugzilla – Bug 162516
[PATCH] Directories
Last modified: 2004-12-30 14:08:15 UTC
This patch cleans up the use of directories and file names. All filenames should now be centralized in Muine as static properties. 2004-12-29 Tamara Roberson <foxxygirltamara@gmail.com> * src/Muine.cs: Added CreateDirectory (), HomeDirectory, MusicDirectory, PlaylistsDirectory, ConfigDirectory, PlaylistFile, and SongDbFile. * src/FileSelector.cs: * src/MessageConnection.cs: * src/NoMusicFoundWindow.cs: * src/PlaylistWindow.cs: * src/SongDatabase.cs: Use System.IO.Path.Combine () and new file properties in Muine.cs.
Created attachment 35289 [details] [review] Muine-0.7.1-Directories.patch
I redid some bits (There was some brokenness here and there), and commited it. Thanks once more! :)
Looks good. I suppose giving the PlaylistFile and SongDb their own setters is probably just asking for trouble... :-). Your changes will help keep it more structured. Bed time now :-) (it's 6am here...)