All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sepolicy-gui: fix columns in transitions view #232
@ 2020-04-29 17:19 Topi Miettinen
  2020-04-30 14:42 ` Petr Lautrbach
  0 siblings, 1 reply; 2+ messages in thread
From: Topi Miettinen @ 2020-04-29 17:19 UTC (permalink / raw)
  To: selinux; +Cc: Topi Miettinen

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] sepolicy-gui: fix columns in transitions view #232
  2020-04-29 17:19 [PATCH] sepolicy-gui: fix columns in transitions view #232 Topi Miettinen
@ 2020-04-30 14:42 ` Petr Lautrbach
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Lautrbach @ 2020-04-30 14:42 UTC (permalink / raw)
  To: selinux; +Cc: Topi Miettinen

[-- Attachment #1: Type: text/plain, Size: 2506 bytes --]

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
> 

-- 
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-30 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-29 17:19 [PATCH] sepolicy-gui: fix columns in transitions view #232 Topi Miettinen
2020-04-30 14:42 ` Petr Lautrbach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.