[chronojump] Code for the fun forceSensort change Impress slides
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Code for the fun forceSensort change Impress slides
- Date: Sat, 29 Apr 2017 13:18:56 +0000 (UTC)
commit d5db3bc5a2e47c0fb240809a7646b992546f2a2c
Author: Xavier de Blas <xaviblas gmail com>
Date: Sat Apr 29 15:17:19 2017 +0200
Code for the fun forceSensort change Impress slides
src/gui/forceSensor.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/forceSensor.cs b/src/gui/forceSensor.cs
index 0398e72..0519b6d 100644
--- a/src/gui/forceSensor.cs
+++ b/src/gui/forceSensor.cs
@@ -25,7 +25,7 @@ using System.Threading;
using Gtk;
using Glade;
using System.Text; //StringBuilder
-//using System.Collections.Generic; //List<T>
+using System.Collections.Generic; //List<T>
public partial class ChronoJumpWindow
{
@@ -283,7 +283,6 @@ public partial class ChronoJumpWindow
}
- /*
double lastChangedTime; //changeSlideCode
private void changeSlideIfNeeded(double time, double force)
{
@@ -309,8 +308,10 @@ public partial class ChronoJumpWindow
string executable = "";
if(next)
executable = "pathTo/testing-stuff/" + "slideNext.sh";
+ //executable =
"/home/xavier/informatica/progs_meus/chronojump/chronojump/testing-stuff/" + "slideNext.sh";
else
executable = "pathTo/testing-stuff/" + "slidePrior.sh";
+ //executable =
"/home/xavier/informatica/progs_meus/chronojump/chronojump/testing-stuff/" + "slidePrior.sh";
List<string> parameters = new List<string>();
LogB.Information("\nCalling slide ----->");
@@ -320,7 +321,6 @@ public partial class ChronoJumpWindow
LogB.Information("\n<------ Done calling slide");
return execute_result.success;
}
- */
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]