From f4942e619773ae64cc8689d802cfd7a3a5833c83 Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Mon, 9 May 2005 13:11:34 +0000 Subject: Misses header file with previous commit. svn path=/trunk/; revision=29319 --- addressbook/gui/contact-editor/eab-editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/contact-editor') diff --git a/addressbook/gui/contact-editor/eab-editor.h b/addressbook/gui/contact-editor/eab-editor.h index 6c1afccf21..7fcb135308 100644 --- a/addressbook/gui/contact-editor/eab-editor.h +++ b/addressbook/gui/contact-editor/eab-editor.h @@ -90,7 +90,7 @@ gboolean eab_editor_is_changed (EABEditor *editor); GtkWindow* eab_editor_get_window (EABEditor *editor); gboolean eab_editor_prompt_to_save_changes (EABEditor *editor, GtkWindow *window); -gboolean eab_editor_confirm_delete (GtkWindow *parent); +gboolean eab_editor_confirm_delete (GtkWindow *parent, gboolean plural, gboolean is_list, char *name); /* these four generate EABEditor signals */ void eab_editor_contact_added (EABEditor *editor, EBookStatus status, EContact *contact); -- cgit v1.2.3