From 54b0b2121cb06e2cd0483a7adf8c4aac86308daf Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 23 May 2000 11:03:09 +0000 Subject: Added e-contact-editor-save-as.c and e-contact-editor-save-as.h. 2000-05-23 Christopher James Lahey * contact-editor/Makefile.am: Added e-contact-editor-save-as.c and e-contact-editor-save-as.h. * contact-editor/e-contact-save-as.c, contact-editor/e-contact-save-as.h: New files that display a save as dialog and then save the given card to that file. * gui/minicard/e-minicard.c: Call e_contact_save_as in a right click menu. svn path=/trunk/; revision=3182 --- addressbook/contact-editor/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'addressbook/contact-editor/Makefile.am') diff --git a/addressbook/contact-editor/Makefile.am b/addressbook/contact-editor/Makefile.am index d3beb08fed..c723ead970 100644 --- a/addressbook/contact-editor/Makefile.am +++ b/addressbook/contact-editor/Makefile.am @@ -19,7 +19,9 @@ libecontacteditor_a_SOURCES = \ e-contact-editor-fullname.c \ e-contact-editor-fullname.h \ e-contact-editor.c \ - e-contact-editor.h + e-contact-editor.h \ + e-contact-save-as.c \ + e-contact-save-as.h noinst_PROGRAMS = \ contact-editor-test -- cgit