aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-09-18 05:02:12 +0800
committerChris Toshok <toshok@src.gnome.org>2002-09-18 05:02:12 +0800
commitc869d4252447a891900292439cb1248c9d0e9233 (patch)
tree50c58b6d83220e1adade87d6c744e2cfa1d6b32f /addressbook/gui/component
parent79c77a65590803aaad270da48bf9bb8fbeb9e61c (diff)
downloadgsoc2013-evolution-c869d4252447a891900292439cb1248c9d0e9233.tar
gsoc2013-evolution-c869d4252447a891900292439cb1248c9d0e9233.tar.gz
gsoc2013-evolution-c869d4252447a891900292439cb1248c9d0e9233.tar.bz2
gsoc2013-evolution-c869d4252447a891900292439cb1248c9d0e9233.tar.lz
gsoc2013-evolution-c869d4252447a891900292439cb1248c9d0e9233.tar.xz
gsoc2013-evolution-c869d4252447a891900292439cb1248c9d0e9233.tar.zst
gsoc2013-evolution-c869d4252447a891900292439cb1248c9d0e9233.zip
don't add the user creatable item for ldap-contact folders atm, since it
2002-09-17 Chris Toshok <toshok@ximian.com> * 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
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/addressbook-component.c9
1 files changed, 0 insertions, 9 deletions
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);