aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-21 12:13:51 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-21 12:13:51 +0800
commit21bcee1a488524ee08d2f5c928557b85ad16c806 (patch)
tree9c0be168d13e75fb6c1b5096a3bcaa9eeb2cdd63 /addressbook/gui/component
parented8a18c24cf8ba57dac7e9358e7c11335e48423a (diff)
downloadgsoc2013-evolution-21bcee1a488524ee08d2f5c928557b85ad16c806.tar
gsoc2013-evolution-21bcee1a488524ee08d2f5c928557b85ad16c806.tar.gz
gsoc2013-evolution-21bcee1a488524ee08d2f5c928557b85ad16c806.tar.bz2
gsoc2013-evolution-21bcee1a488524ee08d2f5c928557b85ad16c806.tar.lz
gsoc2013-evolution-21bcee1a488524ee08d2f5c928557b85ad16c806.tar.xz
gsoc2013-evolution-21bcee1a488524ee08d2f5c928557b85ad16c806.tar.zst
gsoc2013-evolution-21bcee1a488524ee08d2f5c928557b85ad16c806.zip
fix for e_user_creatable_items handle api changes.
2004-04-21 Not Zed <NotZed@Ximian.com> * gui/component/addressbook-view.c (addressbook_view_init): fix for e_user_creatable_items handle api changes. svn path=/trunk/; revision=25546
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/addressbook-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c
index ed59e3e749..7411e4f850 100644
--- a/addressbook/gui/component/addressbook-view.c
+++ b/addressbook/gui/component/addressbook-view.c
@@ -1014,7 +1014,7 @@ addressbook_view_init (AddressbookView *view)
"changed",
G_CALLBACK (source_list_changed_cb), view);
- priv->creatable_items_handler = e_user_creatable_items_handler_new ("contacts");
+ priv->creatable_items_handler = e_user_creatable_items_handler_new ("contacts", NULL, NULL);
g_signal_connect (priv->folder_view_control, "activate",
G_CALLBACK (control_activate_cb), view);