[gnome-terminal] Fix FileSaveContents accel
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] Fix FileSaveContents accel
- Date: Tue, 23 Feb 2010 16:45:22 +0000 (UTC)
commit ba5ad86295605d33b05d12c80bdfdd01625cced7
Author: Christian Persch <chpe gnome org>
Date: Tue Feb 23 17:43:57 2010 +0100
Fix FileSaveContents accel
Initialise accel entries :unlocked field to TRUE.
src/terminal-accels.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-accels.c b/src/terminal-accels.c
index 5d1d1a7..90f8197 100644
--- a/src/terminal-accels.c
+++ b/src/terminal-accels.c
@@ -125,7 +125,7 @@ static KeyEntry file_entries[] =
{ N_("New Profile"),
KEY_NEW_PROFILE, ACCEL_PATH_NEW_PROFILE, 0, 0, NULL, FALSE, TRUE },
{ N_("Save Contents"),
- KEY_SAVE_CONTENTS, ACCEL_PATH_SAVE_CONTENTS, 0, 0, NULL, FALSE },
+ KEY_SAVE_CONTENTS, ACCEL_PATH_SAVE_CONTENTS, 0, 0, NULL, FALSE, TRUE },
{ N_("Close Tab"),
KEY_CLOSE_TAB, ACCEL_PATH_CLOSE_TAB, GDK_SHIFT_MASK | GDK_CONTROL_MASK, GDK_w, NULL, FALSE, TRUE },
{ N_("Close Window"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]