[longomatch] Save configuration after editing a hotkey



commit d12c2c1c792858ec52eaf4ce2242a25a13e96c35
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Oct 30 17:51:21 2014 +0100

    Save configuration after editing a hotkey

 .../Gui/Component/HotkeysConfiguration.cs          |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/HotkeysConfiguration.cs 
b/LongoMatch.GUI/Gui/Component/HotkeysConfiguration.cs
index 236f709..a2e7045 100644
--- a/LongoMatch.GUI/Gui/Component/HotkeysConfiguration.cs
+++ b/LongoMatch.GUI/Gui/Component/HotkeysConfiguration.cs
@@ -74,6 +74,7 @@ namespace LongoMatch.Gui.Component
                                                                                GLib.Markup.EscapeText 
(hotkey.ToString()), this);
                                        } else {
                                                Config.Hotkeys.ActionsHotkeys[action] = hotkey;
+                                               Config.Save ();
                                                keyLabel.Markup = GLib.Markup.EscapeText (hotkey.ToString());
                                        }
                                }


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