[longomatch] Fix closing segments in non-live
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix closing segments in non-live
- Date: Tue, 28 Oct 2014 09:56:13 +0000 (UTC)
commit b483a13ed5107168f0c8c32ec6b1cf03f2f5b16f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Oct 28 01:08:51 2014 +0100
Fix closing segments in non-live
LongoMatch.GUI.Multimedia/Gui/PlayerCapturerBin.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/Gui/PlayerCapturerBin.cs
b/LongoMatch.GUI.Multimedia/Gui/PlayerCapturerBin.cs
index 3145410..09be19a 100644
--- a/LongoMatch.GUI.Multimedia/Gui/PlayerCapturerBin.cs
+++ b/LongoMatch.GUI.Multimedia/Gui/PlayerCapturerBin.cs
@@ -98,6 +98,9 @@ namespace LongoMatch.Gui
void HandleCloseClicked (object sender, EventArgs e)
{
+ if (mode == PlayerOperationMode.Player) {
+ return;
+ }
livebox.Visible = replayhbox.Visible = false;
playerbin.Pause ();
ShowCapturer ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]