[f-spot] Messed up interface name some how



commit 7a70b722c5e2143e6e5172d19b5efd6898a104bb
Author: Stephen Shaw <sshaw decriptor com>
Date:   Sun Dec 4 18:19:58 2011 -0700

    Messed up interface name some how
    
    For whatever reason IImportSource did end up in the commit

 src/Clients/MainApp/FSpot.Import/IImportSource.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/MainApp/FSpot.Import/IImportSource.cs b/src/Clients/MainApp/FSpot.Import/IImportSource.cs
index 4492043..0790486 100644
--- a/src/Clients/MainApp/FSpot.Import/IImportSource.cs
+++ b/src/Clients/MainApp/FSpot.Import/IImportSource.cs
@@ -37,7 +37,7 @@ using FSpot.Core;
 
 namespace FSpot.Import
 {
-    public interface ImportSource {
+    public interface IImportSource {
         string Name { get; }
         string IconName { get; }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]