diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index e60c383cb9..cfd7383e0b 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -534,6 +534,16 @@ add_creatable_item (EvolutionShellComponent *shell_component, menu_shortcut, icon); + + evolution_shell_component_add_user_creatable_item (shell_component, + id, + description, + menu_description, + tooltip, + "ldap-contacts", + menu_shortcut, + icon); + if (icon != NULL) gdk_pixbuf_unref (icon); g_free (icon_path); |