[chronojump] run simulated warning
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] run simulated warning
- Date: Fri, 4 Jan 2013 02:43:42 +0000 (UTC)
commit c69a8900df020bb8724ab8e4b65eb328300fa53d
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Jan 4 03:06:20 2013 +0100
run simulated warning
src/execute/run.cs | 5 ++++-
src/gui/chronojump.cs | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/src/execute/run.cs b/src/execute/run.cs
index 28bcadb..577ebde 100644
--- a/src/execute/run.cs
+++ b/src/execute/run.cs
@@ -56,7 +56,9 @@ public class RunExecute : EventExecute
Chronopic cp, Gtk.TextView event_execute_textview_message, Gtk.Window app,
int pDN, bool metersSecondsPreferred, bool volumeOn,
double progressbarLimit, ExecutingGraphData egd,
- bool checkDoubleContact, int checkDoubleContactTime, Constants.DoubleContact checkDoubleContactMode
+ bool checkDoubleContact, int checkDoubleContactTime,
+ Constants.DoubleContact checkDoubleContactMode,
+ Gtk.Image image_simulated_warning
)
{
this.personID = personID;
@@ -76,6 +78,7 @@ public class RunExecute : EventExecute
this.checkDoubleContact = checkDoubleContact;
this.checkDoubleContactTime = checkDoubleContactTime;
this.checkDoubleContactMode = checkDoubleContactMode;
+ this.image_simulated_warning = image_simulated_warning;
fakeButtonUpdateGraph = new Gtk.Button();
fakeButtonEventEnded = new Gtk.Button();
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 16fad15..d3707f4 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -3431,7 +3431,8 @@ Log.WriteLine("DDD 2");
progressbarLimit, egd,
checkbutton_runs_prevent_double_contact.Active,
(int) spinbutton_runs_prevent_double_contact.Value,
- getDoubleContactModes(true) //true: runSimple
+ getDoubleContactModes(true), //true: runSimple
+ image_simulated_warning
);
if (!chronopicWin.Connected)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]