[chronojump] Fixed problem on automatic row selection on load signal



commit c1e51f75a5e96171511c6a974cfcfa85ab20ac74
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat May 9 21:10:15 2015 +0200

    Fixed problem on automatic row selection on load signal

 src/utilGtk.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/utilGtk.cs b/src/utilGtk.cs
index 6915978..2dcaf6d 100644
--- a/src/utilGtk.cs
+++ b/src/utilGtk.cs
@@ -238,7 +238,7 @@ public class UtilGtk
                                return count;
                        
                        count ++;
-                       store.IterNext(ref iter);
+                       iterOk = store.IterNext(ref iter);
                }
                return -1;
        }


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