diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-05 19:19:19 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-05 19:19:19 +0800 |
commit | d02ed3c293e6772217710df95bc2d9bde14bf792 (patch) | |
tree | ce3bbc2470398dfda4e1a91d3ccae70ef2824b20 /ui | |
parent | f6e8b09c24ded7d024dca4563bd4789e0b3c4b05 (diff) | |
download | gsoc2013-evolution-d02ed3c293e6772217710df95bc2d9bde14bf792.tar.gz gsoc2013-evolution-d02ed3c293e6772217710df95bc2d9bde14bf792.tar.zst gsoc2013-evolution-d02ed3c293e6772217710df95bc2d9bde14bf792.zip |
Get the File -> Folder -> Properties menu item work again for the
mailer.
svn path=/trunk/; revision=10793
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 8 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 7 | ||||
-rw-r--r-- | ui/evolution.xml | 5 |
3 files changed, 9 insertions, 11 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 64ebb0421c..e72b40458d 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,11 @@ +2001-07-05 Ettore Perazzoli <ettore@ximian.com> + + * evolution-mail-list.xml: Add the folder properties item back in; + use the "ChangeFolderProperties" verb instead. + + * evolution.xml: Removed "Folder Properties" item from the "File" + menu. + 2001-07-04 Gediminas Paulauskas <menesis@delfi.lt> * evolution-mail-message.xml: MessageApplyFilters now has an icon. diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 2ce344068f..94579b4324 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -66,16 +66,11 @@ <menu> -<!-- -This already exists in evolution.xml. We merely provide -the verb. - <submenu name="File"> <submenu name="Folder" _label="_Folder"> - <menuitem name="FolderConfig" verb="" _label="_Properties..."/> + <menuitem name="ChangeFolderProperties" verb="" _label="_Properties..."/> </submenu> </submenu> ---> <submenu name="Edit"> <placeholder name="MailListEdit"> diff --git a/ui/evolution.xml b/ui/evolution.xml index 956e0aa8ac..dbf26b2c86 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -123,11 +123,6 @@ <placeholder name="ComponentPlaceholder" delimit="top"/> - <menuitem name="ChangeFolderProperties" - verb="ChangeFolderProperties" - _label="_Properties..." - _tip="Change the properties for this folder"/> - </submenu> <menuitem name="FileGoToFolder" verb="" |