GNOME Bugzilla – Bug 318363
Muine does not compile
Last modified: 2005-12-18 12:20:30 UTC
Muine does not compile, because: ./PlaylistWindow.cs(417,9): error CS0103: The name `File' does not exist in the context of `Muine.PlaylistWindow'
Created attachment 53261 [details] [review] Proposed patch Trivial change makes the compiler not complain.
Changing severity to "blocker" since it should really be fixed. A lot of users complain they can't compile muine.
I've just commited the fix for this to CVS. This can be marked FIXED now (can't seem to do it myself).
Ths is fixed in CVS. | 2005-12-17 Peter Johanson <peter@peterjohanson.com> | * src/PlaylistWindow.cs: Fix compilation issue with recent gtk# | versions.