From c869d4252447a891900292439cb1248c9d0e9233 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 17 Sep 2002 21:02:12 +0000 Subject: don't add the user creatable item for ldap-contact folders atm, since it 2002-09-17 Chris Toshok * gui/component/addressbook-component.c (add_creatable_item): don't add the user creatable item for ldap-contact folders atm, since it results in their being duplicate New Contact and New Contact List menu items. svn path=/trunk/; revision=18098 --- addressbook/ChangeLog | 7 +++++++ addressbook/gui/component/addressbook-component.c | 9 --------- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e73df7cd2f..95eda0b1f9 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2002-09-17 Chris Toshok + + * gui/component/addressbook-component.c (add_creatable_item): + don't add the user creatable item for ldap-contact folders atm, + since it results in their being duplicate New Contact and New + Contact List menu items. + 2002-09-17 Kjartan Maraas * gui/component/ldap-config.glade: Fix a typo. diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index beb7e0d314..7438576931 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -535,15 +535,6 @@ add_creatable_item (EvolutionShellComponent *shell_component, 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); -- cgit v1.2.3