[chronojump] Fixes warning.
- From: Carles Pina i Estany <carlespina src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixes warning.
- Date: Thu, 13 Oct 2016 09:44:59 +0000 (UTC)
commit 5491abddb1460d6a023a0aaf19838183b2cf8521
Author: Carles Pina i Estany <carles pina cat>
Date: Wed Oct 12 17:19:18 2016 +0200
Fixes warning.
src/encoderCapture.cs | 1 -
src/gui/person.cs | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/encoderCapture.cs b/src/encoderCapture.cs
index feb6cc2..b47864d 100644
--- a/src/encoderCapture.cs
+++ b/src/encoderCapture.cs
@@ -453,7 +453,6 @@ public abstract class EncoderCapture
string filename = Util.ReadFile(UtilAll.GetECapSimSignalFileName(), true);
simulatedInts = Util.ReadFileAsInts(filename);
- int simulatedCount = 0;
return true;
}
diff --git a/src/gui/person.cs b/src/gui/person.cs
index bdafc3e..7e9eed0 100644
--- a/src/gui/person.cs
+++ b/src/gui/person.cs
@@ -642,7 +642,7 @@ public class PersonNotUploadWindow : PersonsRecuperateFromOtherSessionWindow
[Widget] Gtk.Button button_close;
private int sessionID;
- public Gtk.Button fakeButtonDone;
+ public new Gtk.Button fakeButtonDone;
PersonNotUploadWindow (Gtk.Window parent, int sessionID) {
Glade.XML gladeXML;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]