aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-actions.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-05 03:53:58 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-06 04:40:48 +0800
commit8b8c95ab50c1b545a0c4a1701c3cec99ed440069 (patch)
treebb006908342927b1664a8a013dee5378f568e8dd /shell/e-shell-window-actions.h
parent31b5261fdbe2c98e7f4f71e908e5d9b58609de94 (diff)
downloadgsoc2013-evolution-8b8c95ab50c1b545a0c4a1701c3cec99ed440069.tar
gsoc2013-evolution-8b8c95ab50c1b545a0c4a1701c3cec99ed440069.tar.gz
gsoc2013-evolution-8b8c95ab50c1b545a0c4a1701c3cec99ed440069.tar.bz2
gsoc2013-evolution-8b8c95ab50c1b545a0c4a1701c3cec99ed440069.tar.lz
gsoc2013-evolution-8b8c95ab50c1b545a0c4a1701c3cec99ed440069.tar.xz
gsoc2013-evolution-8b8c95ab50c1b545a0c4a1701c3cec99ed440069.tar.zst
gsoc2013-evolution-8b8c95ab50c1b545a0c4a1701c3cec99ed440069.zip
Replace "Define Views..." menu item with "Delete Current View".
The "Define Views" dialog is nearly useless. Replace it with a "Delete Current View" menu item which is only visible for custom views that have been explicitly saved under a new name. There's actually no loss of functionality with this commit. Although some view management tasks now require more clicks, view management in general is a seldom-used feature and I doubt the dialog's absence will even be noticed by users, much less missed.
Diffstat (limited to 'shell/e-shell-window-actions.h')
-rw-r--r--shell/e-shell-window-actions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-window-actions.h b/shell/e-shell-window-actions.h
index aefae2f747..88913b6c56 100644
--- a/shell/e-shell-window-actions.h
+++ b/shell/e-shell-window-actions.h
@@ -43,8 +43,8 @@
E_SHELL_WINDOW_ACTION ((window), "delete-selection")
#define E_SHELL_WINDOW_ACTION_GAL_CUSTOM_VIEW(window) \
E_SHELL_WINDOW_ACTION ((window), "gal-custom-view")
-#define E_SHELL_WINDOW_ACTION_GAL_DEFINE_VIEWS(window) \
- E_SHELL_WINDOW_ACTION ((window), "gal-define-views")
+#define E_SHELL_WINDOW_ACTION_GAL_DELETE_VIEW(window) \
+ E_SHELL_WINDOW_ACTION ((window), "gal-delete-view")
#define E_SHELL_WINDOW_ACTION_GAL_SAVE_CUSTOM_VIEW(window) \
E_SHELL_WINDOW_ACTION ((window), "gal-save-custom-view")
#define E_SHELL_WINDOW_ACTION_IMPORT(window) \