From 165bf85c4d07928acf01c43c49c7e65c16b28ac8 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 1 May 2000 00:23:53 +0000 Subject: added e-ldap-server-dialog.c (glade_DATA): added ldap-server-dialog.glade * gui/component/Makefile.am (evolution_addressbook_SOURCES): added e-ldap-server-dialog.c (glade_DATA): added ldap-server-dialog.glade * gui/component/ldap-server-dialog.glade: new file. * gui/component/e-ldap-server-dialog.h: new file. * gui/component/e-ldap-server-dialog.c: new file, contains logic associated with ldap server dialog. * gui/component/addressbook.c (control_deactivate): remove the directory server menu item. (null_cb): do nothing callback for e_book_load_uri call. should change to (at the very least) pop up a dialog if there was an error. (new_server_cb): new function - really just switches to a particular ldap server, since the information isn't saved anywhere. (control_activate): add directory server menu item. svn path=/trunk/; revision=2700 --- addressbook/gui/component/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'addressbook/gui/component/Makefile.am') diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 38eb1a0c38..8b247a50b8 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -1,3 +1,6 @@ +CPPFLAGS = \ + -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" + INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-addressbook\" \ $(EXTRA_GNOME_CFLAGS) \ @@ -19,6 +22,7 @@ bin_PROGRAMS = \ evolution-addressbook evolution_addressbook_SOURCES = \ + e-ldap-server-dialog.c \ addressbook-factory.c \ addressbook.c \ addressbook.h @@ -44,6 +48,9 @@ gnorbadir = $(sysconfdir)/CORBA/servers gnorba_DATA = addressbook.gnorba endif +gladedir = $(datadir)/evolution/glade +glade_DATA = ldap-server-dialog.glade + EXTRA_DIST = \ addressbook.gnorba \ addressbook.oafinfo -- cgit