Update for evolution_storage_new() change.

* gui/component/addressbook-storage.c
	(addressbook_get_other_contact_storage): Update for
	evolution_storage_new() change.

svn path=/trunk/; revision=15966
This commit is contained in:
Dan Winship
2002-03-07 18:28:40 +00:00
parent 7065f6dba3
commit 127d736b66
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2002-03-07 Dan Winship <danw@ximian.com>
* gui/component/addressbook-storage.c
(addressbook_get_other_contact_storage): Update for
evolution_storage_new() change.
2002-03-05 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-minicard-view-widget.c

View File

@ -165,7 +165,7 @@ addressbook_get_other_contact_storage (void)
EvolutionStorageResult result;
if (storage == NULL) {
storage = evolution_storage_new (U_("Other Contacts"), NULL, NULL);
storage = evolution_storage_new (U_("Other Contacts"));
gtk_signal_connect (GTK_OBJECT (storage),
"remove_folder",
GTK_SIGNAL_FUNC(remove_ldap_folder), NULL);