[chronojump] Minor change
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Minor change
- Date: Tue, 11 May 2021 09:01:23 +0000 (UTC)
commit bf1ee68d3a9bea8a9ff25b8b0f453bdd313186a8
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue May 11 11:00:23 2021 +0200
Minor change
src/sqlite/session.cs | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/sqlite/session.cs b/src/sqlite/session.cs
index fa67844d..0b2820d2 100644
--- a/src/sqlite/session.cs
+++ b/src/sqlite/session.cs
@@ -321,6 +321,7 @@ class SqliteSession : Sqlite
//used by the stats selector of sessions
//also by PersonsRecuperateFromOtherSessionWindowBox (src/gui/person.cs)
+ //sessionIdDisable allows to not return current session on selection, for returning all just put -1
public static string[] SelectAllSessionsSimple(bool commentsDisable, int sessionIdDisable)
{
string selectString = " uniqueID, name, place, date, comments ";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]