[gnome-logs] Hide unimplemented category labels



commit 259856a2288590b2d3d26ab378d1b35369e2c037
Author: David King <davidk gnome org>
Date:   Thu Jan 23 10:06:16 2014 +0000

    Hide unimplemented category labels

 data/gl-categorylist.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/gl-categorylist.ui b/data/gl-categorylist.ui
index 72dbd61..b438d2f 100644
--- a/data/gl-categorylist.ui
+++ b/data/gl-categorylist.ui
@@ -19,7 +19,7 @@
         </child>
         <child>
             <object class="GtkListBoxRow" id="alerts">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <style>
                     <class name="category"/>
                 </style>
@@ -34,7 +34,7 @@
         </child>
         <child>
             <object class="GtkListBoxRow" id="starred">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <style>
                     <class name="category"/>
                 </style>
@@ -124,7 +124,7 @@
         </child>
         <child>
             <object class="GtkListBoxRow" id="updates">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <style>
                     <class name="category"/>
                 </style>
@@ -139,7 +139,7 @@
         </child>
         <child>
             <object class="GtkListBoxRow" id="usage">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <style>
                     <class name="category"/>
                 </style>


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