diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 994d8518e6..33e81e6159 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2002-07-31 Ettore Perazzoli <ettore@ximian.com> + + * gui/component/addressbook-component.c (add_creatable_item): Pass + "contacts" as the @folder_type to + evolution_shell_component_add_user_creatable_item(). + 2002-07-31 Chris Toshok <toshok@ximian.com> [ roll in the following change from the 1.0 branch.] diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index 7e2d40583d..7bf4bec508 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -547,6 +547,7 @@ add_creatable_item (EvolutionShellComponent *shell_component, description, menu_description, tooltip, + "contacts", menu_shortcut, icon); |