aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-editor.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-06-29 11:53:11 +0800
committerChris Toshok <toshok@src.gnome.org>2001-06-29 11:53:11 +0800
commit51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c (patch)
tree458e7cb2a72d5251ad454bd3b2ca17d4bbc24d79 /addressbook/gui/contact-list-editor/e-contact-list-editor.h
parent9d83b98a54a420207ed3770bf0d2283d5c7dcd19 (diff)
downloadgsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar
gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.gz
gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.bz2
gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.lz
gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.xz
gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.tar.zst
gsoc2013-evolution-51da89cf510f7fcbe80eecfb6c98beb0ccb4ff9c.zip
remove ancient e-table include, and add include for contact-editor so we
2001-06-28 Chris Toshok <toshok@ximian.com> * gui/contact-list-editor/Makefile.am (INCLUDES): remove ancient e-table include, and add include for contact-editor so we can reuse the confirm_delete dialog. * gui/contact-list-editor/e-contact-list-editor.h (struct _EContactListEditor): remove prototype for e_contact_list_editor_close, since the function no longer exists. * gui/contact-list-editor/e-contact-list-editor.c (list_deleted_cb): new function, emit our "list_deleted" signal. (delete_cb): new function, called from the Delete toolbar item. (e_contact_list_editor_raise): flesh out function. (extract_info): "evolution_list" => "list". (fill_in_info): same. svn path=/trunk/; revision=10587
Diffstat (limited to 'addressbook/gui/contact-list-editor/e-contact-list-editor.h')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.h b/addressbook/gui/contact-list-editor/e-contact-list-editor.h
index 4aba6668f8..6c67fc6468 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.h
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.h
@@ -96,7 +96,6 @@ EContactListEditor *e_contact_list_editor_new (EBook *book,
gboolean editable);
GtkType e_contact_list_editor_get_type (void);
void e_contact_list_editor_show (EContactListEditor *editor);
-void e_contact_list_editor_close (EContactListEditor *editor);
void e_contact_list_editor_raise (EContactListEditor *editor);
gboolean e_contact_list_editor_confirm_delete (GtkWindow *parent);