[chronojump] Fixed not selecting persons on not Compujump since last commits



commit 743fa79bf3280af2d35841cebb4e33550b5468a6
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat May 27 12:04:12 2017 +0200

    Fixed not selecting persons on not Compujump since last commits

 src/gui/chronojump.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index f495008..e91f29a 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -2321,7 +2321,7 @@ public partial class ChronoJumpWindow
 
                //on Compujump don't start with first person, wait to it's rfid
                if( ! configChronojump.Compujump)
-                       selectRowTreeView_persons(treeview_persons, 0);
+                       foundPersons = selectRowTreeView_persons(treeview_persons, 0);
 
                //show hidden widgets
                sensitiveGuiNoSession();


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