[chronojump] Create jumpRj type sets also the UniqueID
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Create jumpRj type sets also the UniqueID
- Date: Thu, 25 Aug 2022 10:13:54 +0000 (UTC)
commit 1235c2e74746aba860cb0843913ff00f2f857cbd
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Aug 25 12:09:43 2022 +0200
Create jumpRj type sets also the UniqueID
src/sqlite/jumpType.cs | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/sqlite/jumpType.cs b/src/sqlite/jumpType.cs
index 802fef3a6..ccdcbcd1e 100644
--- a/src/sqlite/jumpType.cs
+++ b/src/sqlite/jumpType.cs
@@ -536,6 +536,7 @@ class SqliteJumpType : Sqlite
JumpType myJumpType = new JumpType();
while(reader.Read()) {
+ myJumpType.UniqueID = Convert.ToInt32(reader[0].ToString());
myJumpType.Name = reader[1].ToString();
if(reader[2].ToString() == "1") { myJumpType.StartIn = true; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]