diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-05-09 21:11:34 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-05-09 21:11:34 +0800 |
commit | f4942e619773ae64cc8689d802cfd7a3a5833c83 (patch) | |
tree | 92596419fe31857f897a3e988f6984b93e60ecce /addressbook/gui | |
parent | c513fa00157069e0ba6b4015ad2d6f8aa56b9190 (diff) | |
download | gsoc2013-evolution-f4942e619773ae64cc8689d802cfd7a3a5833c83.tar.gz gsoc2013-evolution-f4942e619773ae64cc8689d802cfd7a3a5833c83.tar.zst gsoc2013-evolution-f4942e619773ae64cc8689d802cfd7a3a5833c83.zip |
Misses header file with previous commit.
svn path=/trunk/; revision=29319
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/eab-editor.h | 2 |
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); |