[longomatch] Fix hotkeys updates



commit 57722b75ab546a276c7ddcd5dd7cc65ef3dbadd3
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Oct 25 02:06:10 2014 +0200

    Fix hotkeys updates

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


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