[chronojump] Minor change on yomoClientSQLGenerator
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Minor change on yomoClientSQLGenerator
- Date: Sun, 24 Feb 2019 11:56:30 +0000 (UTC)
commit aa4e601186fef98b7808eb06c81f38f0aba6b119
Author: Xavier de Blas <xaviblas gmail com>
Date: Sun Feb 24 12:49:51 2019 +0100
Minor change on yomoClientSQLGenerator
exhibitions/yomoClientSQLGenerator.cs | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/exhibitions/yomoClientSQLGenerator.cs b/exhibitions/yomoClientSQLGenerator.cs
index 5bf94424..46bde9bc 100644
--- a/exhibitions/yomoClientSQLGenerator.cs
+++ b/exhibitions/yomoClientSQLGenerator.cs
@@ -27,10 +27,17 @@ using Mono.Data.Sqlite;
class YomoClientGenerator
{
+
+ /*
+ * atencio pq la sessio 0 tindria que ser la SIMULATED
+ * o una altra opcio es que es borressin les sessions: a part de tota la resta
+ */
+
// start of configuration variables ---->
//private static string dbPath = "~/.local/share/Chronojump/database"; //aixi no va
- private static string dbPath = "/home/xavier/.local/share/Chronojump/database";
+ private static string username = "xavier";
+ private static string dbPath = "/home/" + username + "/.local/share/Chronojump/database";
private static bool debug = false;
private static bool createTables = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]