[chronojump] Needed for last commit
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Needed for last commit
- Date: Thu, 19 Mar 2020 10:49:32 +0000 (UTC)
commit 0a2be17ad441601d9e4856813d55b8b90d680c38
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Mar 19 11:46:28 2020 +0100
Needed for last commit
src/gui/networks.cs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index e78026fe..d768a9c2 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -1052,11 +1052,11 @@ public partial class ChronoJumpWindow
{
if(missing) {
hbox_encoder_disconnected.Visible = true;
- notebook_start.CurrentPage = 3; //networks problems
+ notebook_start.CurrentPage = 2; //networks problems
}
else {
hbox_encoder_disconnected.Visible = false;
- notebook_start.CurrentPage = 1; //program
+ notebook_start.CurrentPage = 0; //program
}
}
@@ -1073,11 +1073,11 @@ public partial class ChronoJumpWindow
*/
hbox_encoder_disconnected.Visible = false;
- notebook_start.CurrentPage = 3; //networks problems
+ notebook_start.CurrentPage = 2; //networks problems
}
else {
hbox_RFID_disconnected.Visible = false;
- notebook_start.CurrentPage = 1; //program
+ notebook_start.CurrentPage = 0; //program
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]