diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-23 19:03:09 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-23 19:03:09 +0800 |
commit | 54b0b2121cb06e2cd0483a7adf8c4aac86308daf (patch) | |
tree | 632f8a5e6ca40b83e52cb9e6bfcbaeb784060102 /addressbook/contact-editor/Makefile.am | |
parent | cb227b68b34052c2198cddfece3ee6da81a5e13e (diff) | |
download | gsoc2013-evolution-54b0b2121cb06e2cd0483a7adf8c4aac86308daf.tar.gz gsoc2013-evolution-54b0b2121cb06e2cd0483a7adf8c4aac86308daf.tar.zst gsoc2013-evolution-54b0b2121cb06e2cd0483a7adf8c4aac86308daf.zip |
Added e-contact-editor-save-as.c and e-contact-editor-save-as.h.
2000-05-23 Christopher James Lahey <clahey@helixcode.com>
* 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
Diffstat (limited to 'addressbook/contact-editor/Makefile.am')
-rw-r--r-- | addressbook/contact-editor/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |