[chronojump] Missing on last commit



commit 72cf2de6a132fa8d13e62e75292afe393023644d
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Jan 2 17:53:24 2017 +0100

    Missing on last commit

 src/gui/chronojump.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index a3c23b6..0795770 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -3849,11 +3849,11 @@ public partial class ChronoJumpWindow
        {
                //change multitest stuff
                threshold.UpdateAtDatabaseIfNeeded(getMenuItemMode());
-               if(threshold.ShouldUpdateChronopicFirmware())
+               if(threshold.ShouldUpdateChronopicFirmware(cpCount))
                {
                        bool ok = cp2016.ChangeMultitestFirmwarePre(threshold.GetT, cpCount);
                        if(ok)
-                               threshold.ChronopicFirmwareUpdated();
+                               threshold.ChronopicFirmwareUpdated(cpCount);
                }
 
                connectingSequence = connectingSequenceEnum.END;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]