[longomatch] Rename Type to ProjectType



commit 61cb179338775b6a660cec63fd02d40ede3b7baa
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Jun 27 02:22:15 2010 +0200

    Rename Type to ProjectType
    
    Type hides inherited Gtk.Window.Type

 LongoMatch/Gui/Dialog/ProjectSelectionDialog.cs |    2 +-
 LongoMatch/Utils/ProjectUtils.cs                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Gui/Dialog/ProjectSelectionDialog.cs b/LongoMatch/Gui/Dialog/ProjectSelectionDialog.cs
index 93e7236..9705910 100644
--- a/LongoMatch/Gui/Dialog/ProjectSelectionDialog.cs
+++ b/LongoMatch/Gui/Dialog/ProjectSelectionDialog.cs
@@ -31,7 +31,7 @@ namespace LongoMatch.Gui.Dialog
 			this.Build();
 		}
 		
-		public ProjectType Type{
+		public ProjectType ProjectType{
 			get{
 				if (fromfileradiobutton.Active)
 					return ProjectType.FileProject;
diff --git a/LongoMatch/Utils/ProjectUtils.cs b/LongoMatch/Utils/ProjectUtils.cs
index 9d83c91..b7f9d99 100644
--- a/LongoMatch/Utils/ProjectUtils.cs
+++ b/LongoMatch/Utils/ProjectUtils.cs
@@ -184,7 +184,7 @@ namespace LongoMatch.Utils
 			psd.Destroy();
 			if (response != (int)ResponseType.Ok)		
 				return;
-			projectType = psd.Type;
+			projectType = psd.ProjectType;
 			
 			if (projectType == ProjectType.CaptureProject){
 				devices = Device.ListVideoDevices();



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