[longomatch] Name event box to paint the background correctly
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Name event box to paint the background correctly
- Date: Tue, 28 Oct 2014 09:49:56 +0000 (UTC)
commit db91c388d001cd89b4d249aff3123144cb3201d1
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Oct 21 02:01:58 2014 +0200
Name event box to paint the background correctly
LongoMatch.GUI/Gui/Component/AnalysisComponent.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/AnalysisComponent.cs
b/LongoMatch.GUI/Gui/Component/AnalysisComponent.cs
index 38b63ff..939ed0b 100644
--- a/LongoMatch.GUI/Gui/Component/AnalysisComponent.cs
+++ b/LongoMatch.GUI/Gui/Component/AnalysisComponent.cs
@@ -91,6 +91,7 @@ namespace LongoMatch.Gui.Component
playerWindow.Icon = Stetic.IconLoader.LoadIcon (this, "longomatch",
IconSize.Button);
playerWindow.DeleteEvent += (o, args) => DetachPlayer ();
box = new EventBox ();
+ box.Name = "lightbackgroundeventbox";
box.KeyPressEvent += (o, args) => Config.EventsBroker.EmitKeyPressed (this,
(int)
args.Event.Key,
(int)
args.Event.State);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]