diff options
author | Jason Leach <jasonleach@usa.net> | 2001-01-25 02:55:10 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-01-25 02:55:10 +0800 |
commit | 152c6a69b1c2454bc0920092e42005e168e01743 (patch) | |
tree | d2c4c89859330a0929b21a72ea80eece9f3b6197 /ui | |
parent | 95956d2f827a120fcf467f1e7bf857e280894f09 (diff) | |
download | gsoc2013-evolution-152c6a69b1c2454bc0920092e42005e168e01743.tar.gz gsoc2013-evolution-152c6a69b1c2454bc0920092e42005e168e01743.tar.zst gsoc2013-evolution-152c6a69b1c2454bc0920092e42005e168e01743.zip |
(Fix #1252: Need a File->Close way to close a view)
2001-01-24 Jason Leach <jasonleach@usa.net>
(Fix #1252: Need a File->Close way to close a view)
* evolution.xml: new File->Close menu item and associated command.
2001-01-24 Jason Leach <jasonleach@usa.net>
(Fix #1252: Need a File->Close way to close a view)
* e-shell-view-menu.c (command_close): New function, destroys the
current view.
* e-shell.c (view_destroy_cb): Make sure shell settings get saved
when the last view is destroyed.
svn path=/trunk/; revision=7787
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution.xml | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 0b8a655d6a..75e0352fb4 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2001-01-24 Jason Leach <jasonleach@usa.net> + + (Fix #1252: Need a File->Close way to close a view) + + * evolution.xml: new File->Close menu item and associated command. + 2001-01-22 Not Zed <NotZed@Ximian.com> * evolution-mail.xml: Removed the temporary get mail button. diff --git a/ui/evolution.xml b/ui/evolution.xml index 9aab46a111..f5eeb24e42 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -1,5 +1,8 @@ <Root> <commands> + <cmd name="FileClose" _label="Close" _tip="Close this window" + pixtype="stock" pixname="Close" accel="*Control*w"/> + <cmd name="FileExit" _label="Exit" _tip="Exit the program" pixtype="stock" pixname="Exit" accel="*Control*q"/> @@ -76,8 +79,11 @@ <separator/> + <menuitem name="FileClose" verb="" + _label="_Close"/> + <menuitem name="FileExit" verb="" _label="E_xit"/> - + </submenu> <submenu name="Edit" _label="_Edit"> |