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

olivier pushed a 
commit to branch 
xfce-4.14
in repository xfce/xfwm4.

commit 045eff42a45cf753eac3febc5db3c2123786d371
Author: Olivier Fourdan <four...@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 <four...@xfce.org>
    (cherry picked from commit dbfa01731d6761018d1b7e108d2c45c35f4b7b95)
---
 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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to