aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-05-09 21:11:34 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-05-09 21:11:34 +0800
commitf4942e619773ae64cc8689d802cfd7a3a5833c83 (patch)
tree92596419fe31857f897a3e988f6984b93e60ecce
parentc513fa00157069e0ba6b4015ad2d6f8aa56b9190 (diff)
downloadgsoc2013-evolution-f4942e619773ae64cc8689d802cfd7a3a5833c83.tar
gsoc2013-evolution-f4942e619773ae64cc8689d802cfd7a3a5833c83.tar.gz
gsoc2013-evolution-f4942e619773ae64cc8689d802cfd7a3a5833c83.tar.bz2
gsoc2013-evolution-f4942e619773ae64cc8689d802cfd7a3a5833c83.tar.lz
gsoc2013-evolution-f4942e619773ae64cc8689d802cfd7a3a5833c83.tar.xz
gsoc2013-evolution-f4942e619773ae64cc8689d802cfd7a3a5833c83.tar.zst
gsoc2013-evolution-f4942e619773ae64cc8689d802cfd7a3a5833c83.zip
Misses header file with previous commit.
svn path=/trunk/; revision=29319
-rw-r--r--addressbook/gui/contact-editor/eab-editor.h2
1 files changed, 1 insertions, 1 deletions
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);