[nautilus] Fix up accidental error in last commit
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Fix up accidental error in last commit
- Date: Fri, 1 Apr 2011 13:16:39 +0000 (UTC)
commit c6279ac229545d7f64b64212383df2753482e233
Author: Giorgio F. Gilestro <giorgio gilestro tk>
Date: Fri Apr 1 15:15:47 2011 +0200
Fix up accidental error in last commit
The accelerator ended up as stock id instead.
src/nautilus-view.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 147f41e..09e439f 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -7048,8 +7048,8 @@ static const GtkActionEntry directory_view_entries[] = {
/* label, accelerator */ "RenameSelectAll", "<shift>F2",
/* tooltip */ NULL,
G_CALLBACK (action_rename_select_all_callback) },
- /* name, stock id */ { "Trash", "<control>Delete",
- /* label, accelerator */ N_("Mo_ve to Trash"), NULL,
+ /* name, stock id */ { "Trash", NULL,
+ /* label, accelerator */ N_("Mo_ve to Trash"), "<control>Delete",
/* tooltip */ N_("Move each selected item to the Trash"),
G_CALLBACK (action_trash_callback) },
/* name, stock id */ { "Delete", NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]