[chronojump] TagSession treeview only show name (hide color and comments)



commit 0aa37f4e6950dd887c39a28d71c90c8ff16bb922
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sun Nov 29 23:45:37 2020 +0100

    TagSession treeview only show name (hide color and comments)

 src/gui/app1/session/tagSessionSelect.cs | 4 ++--
 src/tagSession.cs                        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gui/app1/session/tagSessionSelect.cs b/src/gui/app1/session/tagSessionSelect.cs
index 964bffb5..bcd16514 100644
--- a/src/gui/app1/session/tagSessionSelect.cs
+++ b/src/gui/app1/session/tagSessionSelect.cs
@@ -104,8 +104,8 @@ public class TagSessionSelect
                        "ID",
                        Catalog.GetString("Active"),
                        Catalog.GetString("Name"),
-                       Catalog.GetString("Color"),
-                       Catalog.GetString("Comments")
+                       //Catalog.GetString("Color"),
+                       //Catalog.GetString("Comments")
                };
 
                bigArray = new ArrayList();
diff --git a/src/tagSession.cs b/src/tagSession.cs
index 681579bd..4a00c247 100644
--- a/src/tagSession.cs
+++ b/src/tagSession.cs
@@ -69,8 +69,8 @@ public class TagSession
                str[0] = uniqueID.ToString();
                str[1] = "";    //checkbox
                str[2] = name;
-               str[3] = color;
-               str[4] = comments;
+               //str[3] = color;
+               //str[4] = comments;
 
                return str;
        }


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