[longomatch] Fix hotkeys tagging
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix hotkeys tagging
- Date: Thu, 14 Feb 2013 17:18:56 +0000 (UTC)
commit cf3f9a1cb0430bebc414fa53f7617d7dbfa54f1d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Feb 14 18:18:31 2013 +0100
Fix hotkeys tagging
LongoMatch.GUI/Gui/MainWindow.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/MainWindow.cs b/LongoMatch.GUI/Gui/MainWindow.cs
index 73a3048..9415690 100644
--- a/LongoMatch.GUI/Gui/MainWindow.cs
+++ b/LongoMatch.GUI/Gui/MainWindow.cs
@@ -292,7 +292,7 @@ namespace LongoMatch.Gui
playercapturer.Error += OnMultimediaError;
- KeyPressEvent += (o, args) => (EmitKeyPressed(o, (int)args.Event.Key,
(int)args.Event.Key));
+ KeyPressEvent += (o, args) => (EmitKeyPressed(o, (int)args.Event.Key,
(int)args.Event.State));
}
private void ConnectMenuSignals() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]