summaryrefslogtreecommitdiff
path: root/thunar/thunar-location-buttons.c
diff options
context:
space:
mode:
authorAndrzej <ndrwrdck@gmail.com>2015-01-04 22:29:32 +0000
committerAndrzej <ndrwrdck@gmail.com>2015-01-04 22:29:32 +0000
commitda6e0addf2c5fdbf458cbdb3f3dc025945e03458 (patch)
tree9953aef9dac9026bc60b6e21f6c89f33e6c67f90 /thunar/thunar-location-buttons.c
parent83ad4b3be27284245eb44f990ca2ce70a40fd4b5 (diff)
downloadthunar-da6e0addf2c5fdbf458cbdb3f3dc025945e03458.tar.gz
Right click context menu with wrong icon (bug #10652)
Author: Thaddaeus Tintenfisch <thad.fisch@gmail.com> Bug: https://bugzilla.xfce.org/show_bug.cgi?id=10652 Bug-Ubuntu: https://launchpad.net/bugs/1271861 Description: Add or change various menu icons: - Open With DEFAULT Application - New Tab/Window - Create Folder/Document - Empty File
Diffstat (limited to 'thunar/thunar-location-buttons.c')
-rw-r--r--thunar/thunar-location-buttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar/thunar-location-buttons.c b/thunar/thunar-location-buttons.c
index 62325e8b..e4890e92 100644
--- a/thunar/thunar-location-buttons.c
+++ b/thunar/thunar-location-buttons.c
@@ -175,7 +175,7 @@ static const GtkActionEntry action_entries[] =
{ "location-buttons-open", GTK_STOCK_OPEN, N_("_Open"), "", NULL, G_CALLBACK (thunar_location_buttons_action_open), },
{ "location-buttons-open-in-new-tab", NULL, N_("Open in New Tab"), "", NULL, G_CALLBACK (thunar_location_buttons_action_open_in_new_tab), },
{ "location-buttons-open-in-new-window", NULL, N_("Open in New Window"), "", NULL, G_CALLBACK (thunar_location_buttons_action_open_in_new_window), },
- { "location-buttons-create-folder", NULL, N_("Create _Folder..."), "", NULL, G_CALLBACK (thunar_location_buttons_action_create_folder), },
+ { "location-buttons-create-folder", "folder-new", N_("Create _Folder..."), "", NULL, G_CALLBACK (thunar_location_buttons_action_create_folder), },
{ "location-buttons-empty-trash", NULL, N_("_Empty Trash"), "", N_("Delete all files and folders in the Trash"), G_CALLBACK (thunar_location_buttons_action_empty_trash), },
{ "location-buttons-paste-into-folder", GTK_STOCK_PASTE, N_("Paste Into Folder"), "", NULL, G_CALLBACK (thunar_location_buttons_action_paste_into_folder), },
{ "location-buttons-properties", GTK_STOCK_PROPERTIES, N_("_Properties..."), "", NULL, G_CALLBACK (thunar_location_buttons_action_properties), },