[longomatch] Mark dashboard as edited when the a button is deleted



commit e99420d43fbf7f5d5dab1f762ed4514fb37bb110
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Dec 22 20:37:19 2014 +0100

    Mark dashboard as edited when the a button is deleted

 LongoMatch.GUI/Gui/Component/DashboardWidget.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/DashboardWidget.cs b/LongoMatch.GUI/Gui/Component/DashboardWidget.cs
index 92ee68f..70eed7e 100644
--- a/LongoMatch.GUI/Gui/Component/DashboardWidget.cs
+++ b/LongoMatch.GUI/Gui/Component/DashboardWidget.cs
@@ -247,6 +247,7 @@ namespace LongoMatch.Gui.Component
                                button.Name + "?";
                        if (Config.GUIToolkit.QuestionMessage (msg, null, this)) {
                                template.List.Remove (button);
+                               Edited = true;
                                Refresh ();
                        }
                }


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