[Xfce4-commits] [xfce/xfwm4] 01/04: menu: Restore “Always below” options

noreply at xfce.org noreply at xfce.org
Wed Aug 28 18:46:18 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   l   i   v   i   e   r       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfwm4.

commit dbfa01731d6761018d1b7e108d2c45c35f4b7b95
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Wed Aug 28 09:03:12 2019 -0600

    menu: Restore “Always below” options
    
    Bug: 15884
    
    That was inadvertently removed by commit 8a16ca2e6 - “menu: Remove
    icons from window menu”.
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 src/menu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/menu.c b/src/menu.c
index f1b9f24..a2d1c08 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -58,6 +58,7 @@ static MenuItem menuitems[] = {
     {0, NULL}, /* -------------------------------------------------------- */
     {MENU_OP_ABOVE,        N_("Always on _Top")},
     {MENU_OP_NORMAL,       N_("_Same as Other Windows")},
+    {MENU_OP_BELOW,        N_("Always _Below Other Windows")},
     {MENU_OP_SHADE,        N_("Roll Window Up")},
     {MENU_OP_UNSHADE,      N_("Roll Window Down")},
     {MENU_OP_FULLSCREEN,   N_("_Fullscreen")},

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list