SOURCES: muine-cs0104.patch (NEW) - fix CS0104

wolf wolf at pld-linux.org
Mon Aug 15 15:31:40 CEST 2005


Author: wolf                         Date: Mon Aug 15 13:31:40 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix CS0104

---- Files affected:
SOURCES:
   muine-cs0104.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/muine-cs0104.patch
diff -u /dev/null SOURCES/muine-cs0104.patch:1.1
--- /dev/null	Mon Aug 15 15:31:40 2005
+++ SOURCES/muine-cs0104.patch	Mon Aug 15 15:31:35 2005
@@ -0,0 +1,12 @@
+diff -ruN muine-0.8.3./src/PlaylistWindow.cs muine-0.8.3/src/PlaylistWindow.cs
+--- muine-0.8.3./src/PlaylistWindow.cs	2005-05-01 18:25:15.000000000 +0200
++++ muine-0.8.3/src/PlaylistWindow.cs	2005-08-15 15:07:59.641730432 +0200
+@@ -431,7 +431,7 @@
+ 		public void RestorePlaylist ()
+ 		{
+ 			// Load last playlist
+-			if (!File.Exists (FileUtils.PlaylistFile))
++			if (!System.IO.File.Exists (FileUtils.PlaylistFile))
+ 				return;
+ 
+ 			OpenPlaylistInternal (FileUtils.PlaylistFile,
================================================================



More information about the pld-cvs-commit mailing list