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

alex pushed a 
commit to branch 
master
in repository xfce/thunar.

commit 5e55b00ceb76dae15aea7914ec52255826392f9b
Author: Yousuf Philips <philip...@hotmail.com>
Date:   Fri Feb 28 05:34:50 2020 +0400

    computer:/// menu item shouldnt use symbolic icon (Bug #16472)
---
 thunar/thunar-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index b37e678..11e2be9 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -378,7 +378,7 @@ static GtkActionEntry action_entries[] =
   { "open-parent", "go-up-symbolic", N_ ("Open _Parent"), "<alt>Up", N_ ("Open 
the parent folder"), G_CALLBACK (thunar_window_action_go_up), },
   { "open-home", "go-home-symbolic", N_ ("_Home"), "<alt>Home", N_ ("Go to the 
home folder"), G_CALLBACK (thunar_window_action_open_home), },
   { "open-desktop", "user-desktop", N_ ("Desktop"), NULL, N_ ("Go to the 
desktop folder"), G_CALLBACK (thunar_window_action_open_desktop), },
-  { "open-computer", "computer-symbolic", N_ ("Computer"), NULL, N_ ("Go to 
the computer folder"), G_CALLBACK (thunar_window_action_open_computer), },
+  { "open-computer", "computer", N_ ("Computer"), NULL, N_ ("Go to the 
computer folder"), G_CALLBACK (thunar_window_action_open_computer), },
   { "open-file-system", "drive-harddisk", N_ ("File System"), NULL, N_ 
("Browse the file system"), G_CALLBACK (thunar_window_action_open_file_system), 
},
   { "open-network", "network-workgroup", N_("B_rowse Network"), NULL, N_ 
("Browse local network connections"), G_CALLBACK 
(thunar_window_action_open_network), },
   { "open-templates", "text-x-generic-template", N_("T_emplates"), NULL, N_ 
("Go to the templates folder"), G_CALLBACK 
(thunar_window_action_open_templates), },

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