[longomatch] Prompt to save when clicking back in the panel



commit c8888b861cc5aa8300b816f923a2d9103f185d4a
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Dec 16 12:49:06 2014 +0100

    Prompt to save when clicking back in the panel

 LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs 
b/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
index f132fb4..071c15c 100644
--- a/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/SportsTemplatesPanel.cs
@@ -50,6 +50,7 @@ namespace LongoMatch.Gui.Panel
                        panelheader1.ApplyVisible = false;
                        panelheader1.Title = "ANALYSIS DASHBOARDS MANAGER";
                        panelheader1.BackClicked += (sender, o) => {
+                               Save (true);
                                if (BackEvent != null)
                                        BackEvent ();
                        };


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