[longomatch] Use non-accurate seeks to sync periods
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [longomatch] Use non-accurate seeks to sync periods
- Date: Tue, 28 Oct 2014 09:56:39 +0000 (UTC)
commit 1e187dc1e230e23ae7250068487ad80fbb912a56
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Oct 28 08:09:51 2014 +0100
    Use non-accurate seeks to sync periods
 LongoMatch.GUI/Gui/Component/ProjectPeriods.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs b/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
index ad94d85..71e99a5 100644
--- a/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
+++ b/LongoMatch.GUI/Gui/Component/ProjectPeriods.cs
@@ -119,7 +119,7 @@ namespace LongoMatch.Gui.Component
                {
                        Time time = val as Time;
                        playerbin2.Pause ();
-                       playerbin2.Seek (time, true);
+                       playerbin2.Seek (time, false);
                }
 
                void HandleValueChanged (object sender, EventArgs e)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]