[Xfce4-commits] [xfce/xfwm4] 04/04: menu: Remove deprecated icons

noreply at xfce.org noreply at xfce.org
Tue Jun 18 22:56:54 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 46fe7353d1b25fb31ede0de5b1e4d1ff7a5145d3
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Tue Jun 18 22:56:27 2019 +0200

    menu: Remove deprecated icons
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 src/menu.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/menu.c b/src/menu.c
index 3366432..7fdc3bc 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -61,9 +61,9 @@ static MenuItem menuitems[] = {
     {MENU_OP_BELOW,        NULL,                 N_("Always _Below Other Windows")},
     {MENU_OP_SHADE,        "xfce-wm-shade",      N_("Roll Window Up")},
     {MENU_OP_UNSHADE,      "xfce-wm-unshade",    N_("Roll Window Down")},
-    {MENU_OP_FULLSCREEN,   "gtk-fullscreen",     N_("_Fullscreen")},
-    {MENU_OP_UNFULLSCREEN, "gtk-fullscreen",     N_("Leave _Fullscreen")},
-    {MENU_OP_CONTEXT_HELP, "gtk-help",           N_("Context _Help")},
+    {MENU_OP_FULLSCREEN,   NULL,                 N_("_Fullscreen")},
+    {MENU_OP_UNFULLSCREEN, NULL,                 N_("Leave _Fullscreen")},
+    {MENU_OP_CONTEXT_HELP, NULL,                 N_("Context _Help")},
     {0, NULL, NULL}, /* -------------------------------------------------------- */
     {MENU_OP_STICK,        "xfce-wm-stick",      N_("Always on _Visible Workspace")},
     {MENU_OP_UNSTICK,      "xfce-wm-unstick",    N_("Only _Visible on This Workspace")},
@@ -72,11 +72,11 @@ static MenuItem menuitems[] = {
     {MENU_OP_DELETE,       "xfce-wm-close",      N_("_Close")},
 #if 0
     {0, NULL, NULL}, /* -------------------------------------------------------- */
-    {MENU_OP_DESTROY,      "gtk-delete",         N_("Destroy")},
+    {MENU_OP_DESTROY,      NULL,                 N_("Destroy")},
     {0, NULL, NULL}, /* -------------------------------------------------------- */
 #endif
-    {MENU_OP_QUIT,         "gtk-quit",           N_("_Quit")},
-    {MENU_OP_RESTART,      "gtk-refresh",        N_("Restart")},
+    {MENU_OP_QUIT,         NULL,                 N_("_Quit")},
+    {MENU_OP_RESTART,      NULL,                 N_("Restart")},
 };
 
 static eventFilterStatus

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


More information about the Xfce4-commits mailing list