From ec1f4cc64f9fc6fd630a94e3f34f5dcf3d052e75 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 19 Apr 2002 02:01:05 +0000 Subject: no more source->type. 2002-04-18 Chris Toshok * gui/component/addressbook.c (book_open_cb): no more source->type. svn path=/trunk/; revision=16530 --- addressbook/gui/component/addressbook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 99ba3b9521..2670451038 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -549,7 +549,7 @@ book_open_cb (EBook *book, EBookStatus status, gpointer closure) gtk_widget_show (label); #ifndef HAVE_LDAP - if (source && source->type == ADDRESSBOOK_SOURCE_LDAP) { + if (source) { GtkWidget *href; href = gnome_href_new ("http://www.openldap.org/", "OpenLDAP at http://www.openldap.org/"); gtk_box_pack_start (GTK_BOX (GNOME_DIALOG (warning_dialog)->vbox), -- cgit v1.2.3