diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-10 06:05:31 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-10 06:05:31 +0800 |
commit | f23d334375ed6a00c8951745df8daedcd24822d2 (patch) | |
tree | 731ac16dfb2573f72c7b83dedc7cdbf129fab8a9 /addressbook/gui/contact-editor/e-contact-editor.h | |
parent | cdb416e9804e3fddbd346ec6cc62aa4e06b4d903 (diff) | |
download | gsoc2013-evolution-f23d334375ed6a00c8951745df8daedcd24822d2.tar.gz gsoc2013-evolution-f23d334375ed6a00c8951745df8daedcd24822d2.tar.zst gsoc2013-evolution-f23d334375ed6a00c8951745df8daedcd24822d2.zip |
remove the select names stuff (the Related Contacts button/entry.)
2003-01-09 Chris Toshok <toshok@ximian.com>
* gui/contact-editor/e-contact-editor.[ch]: remove the select
names stuff (the Related Contacts button/entry.)
* gui/contact-editor/contact-editor.glade: same.
svn path=/trunk/; revision=19376
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.h')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h index f4b8051fed..8642aecac1 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -25,7 +25,6 @@ #include <bonobo/bonobo-ui-component.h> #include <glade/glade.h> -#include "addressbook/gui/component/select-names/e-select-names-manager.h" #include "addressbook/backend/ebook/e-book.h" #include "addressbook/backend/ebook/e-card.h" #include "addressbook/backend/ebook/e-card-simple.h" @@ -75,8 +74,6 @@ struct _EContactEditor GList *phone_list; GList *address_list; - ESelectNamesManager *select_names_contacts; - ECardName *name; char *company; |