summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-07-26 23:13:22 +0200
committerlukefromdc <[email protected]>2019-07-26 23:11:27 +0000
commitd3af9ff752a3ec22670a19352c1e034c60288068 (patch)
tree70c6e56a1dbe8179fb12488bea69c67a68dff027
parent7d829463ac765dd4fba89dfac9207b10835a4f7e (diff)
downloadcaja-d3af9ff752a3ec22670a19352c1e034c60288068.tar.bz2
caja-d3af9ff752a3ec22670a19352c1e034c60288068.tar.xz
fm-directory-view: add icon to "empty trash" into "File" menu
-rw-r--r--src/file-manager/fm-directory-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/fm-directory-view.c b/src/file-manager/fm-directory-view.c
index e2a1072c..c2e92438 100644
--- a/src/file-manager/fm-directory-view.c
+++ b/src/file-manager/fm-directory-view.c
@@ -7443,7 +7443,7 @@ static const GtkActionEntry directory_view_entries[] = {
/* label, accelerator */ N_("_Open Scripts Folder"), NULL,
/* tooltip */ N_("Show the folder containing the scripts that appear in this menu"),
G_CALLBACK (action_open_scripts_folder_callback) },
- /* name, icon name */ { "Empty Trash", NULL,
+ /* name, icon name */ { "Empty Trash", CAJA_ICON_TRASH,
/* label, accelerator */ N_("E_mpty Trash"), NULL,
/* tooltip */ N_("Delete all items in the Trash"),
G_CALLBACK (action_empty_trash_callback) },