[chronojump] Don't allow to change persons view on compujump



commit 12b30788f1c046918c4018041b919152da8b5556
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Feb 20 12:46:53 2018 +0100

    Don't allow to change persons view on compujump

 src/gui/networks.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index 0c598d3..296ef01 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -120,6 +120,9 @@ public partial class ChronoJumpWindow
                        //button_encoder_person_change.Visible = false;
                        //TODO: don't allow edit person on person treeview
 
+                       //don't allow to change persons view options
+                       view_menuitem.Visible = false;
+
                        //dont't show persons_bottom hbox where users can be edited, deleted if persons at 
lateral is selected on preferences
                        vbox_persons_bottom.Visible = false;
 


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