[chronojump] capture tries to Stop after new Run



commit 2cbdda5b775e4bd80358e2304fbfaa02fa15e2b4
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Apr 18 19:18:10 2013 +0200

    capture tries to Stop after new Run

 src/gui/chronojump.cs | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 327856d..ef56a8b 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -2811,6 +2811,9 @@ public partial class ChronoJumpWindow
                        capturer.Type = CapturerType.Fake;
                capturer.Visible=true;
 
+               try {
+                       capturer.Stop();
+               } catch {}
                capturer.Run();
        }
        


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]