[longomatch] Fix visibility of tagging widgets



commit 5714a23f03eff684183f6f1e4669e0a3287285b2
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Jul 8 20:35:14 2013 +0200

    Fix visibility of tagging widgets

 LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs b/LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs
index 9760e7e..eb827a8 100644
--- a/LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs
+++ b/LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs
@@ -124,10 +124,10 @@ namespace LongoMatch.Gui.Dialog
                void AddHalfFieldPosTagger (Categories categoriesTemplate, Play play) {
                        List<Coordinates> coords = new List<Coordinates>();
                        halffieldcoordinatestagger.Visible = true;
-                       if (categoriesTemplate.FieldBackgroundImage != null) {
+                       if (categoriesTemplate.HalfFieldBackgroundImage != null) {
                                halffieldcoordinatestagger.Background = 
categoriesTemplate.HalfFieldBackgroundImage.Value;
                        } else {
-                               fieldcoordinatestagger.Background = Gdk.Pixbuf.LoadFromResource 
(Constants.HALF_FIELD_BACKGROUND);
+                               halffieldcoordinatestagger.Background = Gdk.Pixbuf.LoadFromResource 
(Constants.HALF_FIELD_BACKGROUND);
                        }
                        if (play.HalfFieldPosition != null) {
                                coords.Add (play.HalfFieldPosition);


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