From a8b3463f5a424f5b90249a9da554525798d21aa3 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 23 Mar 2000 03:39:14 +0000 Subject: Added the addressbook/backend directory. 2000-03-22 Christopher James Lahey * addressbook/Makefile.am, configure.in: Added the addressbook/backend directory. * addressbook/backend/Makefile.am: Removed the libversit directory as it's now included in the base evolution directory. * addressbook/backend/ebook/e-card-pairs.h, addressbook/backend/ebook/Makefile.am: Changed the place where libversit is looked for. * addressbook/backend/ebook/e-book-listener.c: Fixed some indentation. * addressbook/backend/ebook/e-card-pairs.h, addressbook/backend/ebook/e-card-types.h: Commented out some code to get this to compile. * addressbook/backend/ebook/e-card.c, addressbook/backend/ebook/e-card.h: Turned this into a GTK+ object. * addressbook/backend/pas/pas.c, addressbook/backend/ebook/test-client.c: Include gnome.h and gnorba.h. * addressbook/backend/idl/addressbook.idl: Include Bonobo.idl instead of bonobo-unknown.idl. * addressbook/backend/pas/pas-backend-file.c, addressbook/backend/pas/pas-book.c, addressbook/contact-editor/test-editor.c, addressbook/contact-editor/e-contact-editor.c, addressbook/printing/e-contact-print.c, addressbook/printing/test-contact-print-style-editor.c, addressbook/printing/test-print.c: Killed some warnings. svn path=/trunk/; revision=2150 --- addressbook/printing/test-contact-print-style-editor.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/printing/test-contact-print-style-editor.c') diff --git a/addressbook/printing/test-contact-print-style-editor.c b/addressbook/printing/test-contact-print-style-editor.c index f6a3b99596..d4dccc0b87 100644 --- a/addressbook/printing/test-contact-print-style-editor.c +++ b/addressbook/printing/test-contact-print-style-editor.c @@ -36,6 +36,7 @@ static void destroy_callback(GtkWidget *app, gpointer data) exit(0); } +#if 0 static void about_callback( GtkWidget *widget, gpointer data ) { @@ -53,6 +54,7 @@ static void about_callback( GtkWidget *widget, gpointer data ) NULL); gtk_widget_show (about); } +#endif int main( int argc, char *argv[] ) { -- cgit