[chronojump] Fixed one line in last commit
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed one line in last commit
- Date: Fri, 8 Apr 2022 18:14:08 +0000 (UTC)
commit 7ea4bafcc7e12f0d0c5531d081a7e8146a0973bd
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Apr 8 20:13:49 2022 +0200
Fixed one line in last commit
src/gui/networks.cs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index 8426fbb48..75391bc9c 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -740,8 +740,7 @@ public partial class ChronoJumpWindow
//select person by RFID
Person pLocal = SqlitePerson.SelectByRFID(capturedRFID);
- //Person pServer = json.GetPersonByRFID(capturedRFID);
- Person pServer = json.GetPersonByRFID("198,99,164,42,43"); //TODO: change this again
+ Person pServer = json.GetPersonByRFID(capturedRFID);
if(pLocal.UniqueID == -1)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]