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:
@ -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
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user