diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/folder-browser-ui.c | 2 |
2 files changed, 7 insertions, 1 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); } |