[Xfce4-commits] [xfce/xfwm4] 01/18: menu: Restore “Always below” options
noreply at xfce.org
noreply at xfce.org
Sat Apr 11 17:58:37 CEST 2020
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 x f c e - 4 . 1 4
in repository xfce/xfwm4.
commit 045eff42a45cf753eac3febc5db3c2123786d371
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>
(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.
More information about the Xfce4-commits
mailing list