[longomatch] Fix hotkeys updates
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix hotkeys updates
- Date: Tue, 28 Oct 2014 09:55:17 +0000 (UTC)
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]