[longomatch/redesign2: 64/140] Fix assignement to the same variable
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 64/140] Fix assignement to the same variable
- Date: Tue, 24 May 2011 22:01:29 +0000 (UTC)
commit cdff7d253bea7ec962de127eaaff03d750f67c84
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]