[Muine] Clear playlist + current CVS
- From: Peter Johanson <latexer gentoo org>
- To: muine-list gnome org
- Subject: [Muine] Clear playlist + current CVS
- Date: Tue, 22 Mar 2005 18:26:24 -0800
Hey all,
current CVS has a small buglet where clearing the playlist leaves the
cover art and artist info lying around. One liner patch attached that
fixes it.
-pete
--
Peter Johanson
<latexer gentoo org>
Index: src/PlaylistWindow.cs
===================================================================
RCS file: /cvs/gnome/muine/src/PlaylistWindow.cs,v
retrieving revision 1.228
diff -a -u -r1.228 PlaylistWindow.cs
--- src/PlaylistWindow.cs 15 Mar 2005 10:11:13 -0000 1.228
+++ src/PlaylistWindow.cs 23 Mar 2005 02:21:50 -0000
@@ -676,6 +676,7 @@
{
ClearPlaylist ();
PlaylistChanged ();
+ SongChanged(false);
}
// Methods :: Public :: Shuffle
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]