Message ID | 20200429171935.8619-1-toiwoton@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | sepolicy-gui: fix columns in transitions view #232 | expand |
On Wed, Apr 29, 2020 at 08:19:35PM +0300, Topi Miettinen wrote: > 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@gmail.com> Acked-by: Petr Lautrbach <plautrba@redhat.com> Thanks! > --- > 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 >
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>
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@gmail.com> --- python/sepolicy/sepolicy/sepolicy.glade | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-)