]> git.pld-linux.org Git - packages/banshee.git/commitdiff
- my lame fix of ambigious Stat function (Mono.Unix i Mono.Unix.Native)
authorczarny <czarny@pld-linux.org>
Mon, 20 Mar 2006 17:30:23 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    banshee-stat.patch -> 1.1

banshee-stat.patch [new file with mode: 0644]

diff --git a/banshee-stat.patch b/banshee-stat.patch
new file mode 100644 (file)
index 0000000..93e9636
--- /dev/null
@@ -0,0 +1,12 @@
+--- banshee-0.10.8/src/Banshee.Base/ImportManager.cs.orig      2006-03-07 20:45:33.000000000 +0100
++++ banshee-0.10.8/src/Banshee.Base/ImportManager.cs   2006-03-20 17:51:25.000000000 +0100
+@@ -31,7 +31,8 @@
+ using System.IO;
+ using System.Threading;
+ using Mono.Unix;
+-using Mono.Unix.Native;
++//Ambigious Stat method between Mono.Unix and Mono.Unix.Native
++//using Mono.Unix.Native;
+ using Gtk;
+ using Banshee.Widgets;
This page took 0.089575 seconds and 4 git commands to generate.