[longomatch] Closes bug#592934 with commit b64122c



commit 18be93868ba1612a246e8c021b317fc2682b32f8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Aug 26 00:58:34 2009 +0200

    Closes bug#592934 with commit b64122c

 LongoMatch/Gui/FileDescriptionWidget.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch/Gui/FileDescriptionWidget.cs b/LongoMatch/Gui/FileDescriptionWidget.cs
index ce42e98..df54d78 100644
--- a/LongoMatch/Gui/FileDescriptionWidget.cs
+++ b/LongoMatch/Gui/FileDescriptionWidget.cs
@@ -39,8 +39,8 @@ namespace LongoMatch.Gui.Component
 		EditProject,		
 	}
 	//TODO añadir eventos de cambios para realizar el cambio directamente sobre el file data abierto
-	[System.ComponentModel.Category("LongoMatch")]
-	[System.ComponentModel.ToolboxItem(true)]
+	[System.ComponentModel.Category("LongoMatch")]
+	[System.ComponentModel.ToolboxItem(true)]
 	public partial class FileDescriptionWidget : Gtk.Bin
 	{
 		private Project project;
@@ -394,7 +394,8 @@ namespace LongoMatch.Gui.Component
 				VisitorTeamTemplate = tted.GetTeamTemplate();
 			}			
 			tted.Destroy();			
-		}
	
+		}
+	
 	
 		
 	}	



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