[longomatch] Dont change the label but the date itself only



commit 6bc595708cd024d6273889cbf7f28520021f9811
Author: Jorge Zapata <jorgeluis zapata gmail com>
Date:   Mon Apr 27 19:57:50 2015 +0200

    Dont change the label but the date itself only

 LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
index 3eafae1..65aea0f 100644
--- a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
@@ -217,7 +217,6 @@ namespace LongoMatch.Gui.Panel
                {
                        seasonentry.Text = project.Description.Season;
                        competitionentry.Text = project.Description.Competition;
-                       datelabel2.Text = project.Description.MatchDate.ToShortDateString ();
                        datepicker1.Date = project.Description.MatchDate;
                        desctextview.Buffer.Clear ();
                        desctextview.Buffer.InsertAtCursor (project.Description.Description ?? "");


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