[chronojump] Fixed problem on automatic row selection on load signal
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed problem on automatic row selection on load signal
- Date: Sun, 10 May 2015 20:29:02 +0000 (UTC)
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]