]> git.pld-linux.org Git - packages/banshee.git/blob - banshee-stat.patch
- my lame fix of ambigious Stat function (Mono.Unix i Mono.Unix.Native)
[packages/banshee.git] / banshee-stat.patch
1 --- banshee-0.10.8/src/Banshee.Base/ImportManager.cs.orig       2006-03-07 20:45:33.000000000 +0100
2 +++ banshee-0.10.8/src/Banshee.Base/ImportManager.cs    2006-03-20 17:51:25.000000000 +0100
3 @@ -31,7 +31,8 @@
4  using System.IO;
5  using System.Threading;
6  using Mono.Unix;
7 -using Mono.Unix.Native;
8 +//Ambigious Stat method between Mono.Unix and Mono.Unix.Native
9 +//using Mono.Unix.Native;
10  using Gtk;
11  
12  using Banshee.Widgets;
This page took 0.09887 seconds and 3 git commands to generate.