Delete an unused column from view "Application Transitions From". The second column displays names of the executable files instead of booleans. Signed-off-by: Topi Miettinen <toiwoton@xxxxxxxxx> --- python/sepolicy/sepolicy/sepolicy.glade | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/python/sepolicy/sepolicy/sepolicy.glade b/python/sepolicy/sepolicy/sepolicy.glade index 8f6ad650..52407887 100644 --- a/python/sepolicy/sepolicy/sepolicy.glade +++ b/python/sepolicy/sepolicy/sepolicy.glade @@ -2876,20 +2876,10 @@ Enabled</property> </child> </object> </child> - <child> - <object class="GtkTreeViewColumn" id="treeviewcolumn27"> - <child> - <object class="GtkCellRendererText" id="cellrenderertext34"/> - <attributes> - <attribute name="text">1</attribute> - </attributes> - </child> - </object> - </child> <child> <object class="GtkTreeViewColumn" id="executable_file_from"> <property name="resizable">True</property> - <property name="title" translatable="yes">Boolean name</property> + <property name="title" translatable="yes">Executable File</property> <property name="expand">True</property> <property name="clickable">True</property> <property name="reorderable">True</property> -- 2.26.2