[longomatch/redesign: 65/96] Fix assignement to the same variable



commit 124b2e0d834359753ee3f2314f0046ef3a5a39d9
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Jan 30 13:54:04 2011 +0100

    Fix assignement to the same variable

 LongoMatch/Gui/Component/ProjectTemplateWidget.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectTemplateWidget.cs b/LongoMatch/Gui/Component/ProjectTemplateWidget.cs
index 90d5767..70f2d03 100644
--- a/LongoMatch/Gui/Component/ProjectTemplateWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectTemplateWidget.cs
@@ -49,7 +49,7 @@ namespace LongoMatch.Gui.Component
 
 		public Project Project {
 			set{
-				project = project;
+				project = value;
 				if (project != null)
 					Categories = project.Categories;
 			}



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