diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-12 07:06:00 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-12 07:06:00 +0800 |
commit | a1a10f1ebef52168ec01c99f9f952cf13c099d54 (patch) | |
tree | d45b35a49fd99969e3dd145525229084ffba4a70 /addressbook/gui/contact-editor/Makefile.am | |
parent | e1e75fa38d0aac27008cf089cf99257cb83964ae (diff) | |
download | gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.tar gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.tar.gz gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.tar.bz2 gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.tar.lz gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.tar.xz gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.tar.zst gsoc2013-evolution-a1a10f1ebef52168ec01c99f9f952cf13c099d54.zip |
change around a little, still ifdefed though.
2002-11-11 Chris Toshok <toshok@ximian.com>
* gui/contact-editor/e-contact-editor.c (_arrow_pressed): change
around a little, still ifdefed though.
* gui/contact-editor/e-contact-save-as.c (file_exists): same.
(save_it): deal with the GtkDialog response ids.
* gui/contact-editor/e-contact-editor.c
(e_contact_editor_confirm_delete): just build the dialog here
(using gtk_message_dialog*).
* gui/contact-editor/Makefile.am (glade_DATA): remove
file-exists.glade and e-contact-editor-confirm-delete.glade.
svn path=/trunk/; revision=18712
Diffstat (limited to 'addressbook/gui/contact-editor/Makefile.am')
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index fb61b1a97b..dbbd0350a7 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -55,9 +55,7 @@ gladedir = $(datadir)/evolution/glade glade_DATA = \ contact-editor.glade \ fulladdr.glade \ - fullname.glade \ - file-exists.glade \ - e-contact-editor-confirm-delete.glade + fullname.glade BUILT_SOURCES = $(MARSHAL_GENERATED) CLEANFILES = $(BUILT_SOURCES) |