From d73e96a238411e2404fc5e9938ac0fb8d441ecc4 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 20 Aug 2001 20:01:15 +0000 Subject: 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 --- mail/folder-browser-ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/folder-browser-ui.c') 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); } -- cgit v1.2.3