diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-21 04:01:15 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-21 04:01:15 +0800 |
commit | d73e96a238411e2404fc5e9938ac0fb8d441ecc4 (patch) | |
tree | c82ec87c5e3c457a7abebcc0a34e6af06729d211 | |
parent | 6af8e10aec59bb8a81cf878e4f9eddbb36d0faa4 (diff) | |
download | gsoc2013-evolution-d73e96a238411e2404fc5e9938ac0fb8d441ecc4.tar.gz gsoc2013-evolution-d73e96a238411e2404fc5e9938ac0fb8d441ecc4.tar.zst gsoc2013-evolution-d73e96a238411e2404fc5e9938ac0fb8d441ecc4.zip |
Move the ChangeFolderProperties into the ComponentPlaceholder. Add a
* evolution-mail-list.xml: Move the ChangeFolderProperties into
the ComponentPlaceholder. Add a separator on the top.
* evolution.xml: Remove the separator above the component
placeholder here.
* folder-browser-ui.c (folder_browser_setup_property_menu):
Updated as ChangeFolderProperties is now in the
ComponentPlaceholder.
svn path=/trunk/; revision=12323
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/folder-browser-ui.c | 2 | ||||
-rw-r--r-- | ui/ChangeLog | 8 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 2 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
5 files changed, 17 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 301c02c8a8..3f894003b7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-08-20 Ettore Perazzoli <ettore@ximian.com> + + * folder-browser-ui.c (folder_browser_setup_property_menu): + Updated as ChangeFolderProperties is now in the + ComponentPlaceholder. + 2001-08-20 Peter Williams <peterw@ximian.com> * mail-accounts.c (mail_able): Whoops, make sure that the account diff --git a/mail/folder-browser-ui.c b/mail/folder-browser-ui.c index 5256952321..53b5923936 100644 --- a/mail/folder-browser-ui.c +++ b/mail/folder-browser-ui.c @@ -263,7 +263,7 @@ folder_browser_setup_property_menu (FolderBrowser *fb, name = g_strdup (_("Properties")); bonobo_ui_component_set_prop ( - uic, "/menu/File/Folder/ChangeFolderProperties", + uic, "/menu/File/Folder/ComponentPlaceholder/ChangeFolderProperties", "label", name, NULL); g_free (name); } diff --git a/ui/ChangeLog b/ui/ChangeLog index 15b3ab67cf..5802e6fb49 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,11 @@ +2001-08-20 Ettore Perazzoli <ettore@ximian.com> + + * evolution-mail-list.xml: Move the ChangeFolderProperties into + the ComponentPlaceholder. Add a separator on the top. + + * evolution.xml: Remove the separator above the component + placeholder here. + 2001-08-20 JP Rosevear <jpr@ximian.com> * evolution-comp-editor.xml: control-return for save and close diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 070a3de221..9e91695697 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -68,7 +68,9 @@ <submenu name="File"> <submenu name="Folder" _label="_Folder"> + <placeholder name="ComponentPlaceholder"> <menuitem name="ChangeFolderProperties" verb="" _label="_Properties..."/> + </placeholder> </submenu> </submenu> diff --git a/ui/evolution.xml b/ui/evolution.xml index 2b90419af8..78636e9501 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -96,8 +96,6 @@ _label="Add to _Shortcut Bar" _tip="Create a link to this folder in the shortcut bar"/> - <separator/> - <placeholder name="ComponentPlaceholder" delimit="top"/> |