diff options
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-model.h')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-model.h b/addressbook/gui/widgets/e-addressbook-model.h index e5ebb83dab..8ccc4f0693 100644 --- a/addressbook/gui/widgets/e-addressbook-model.h +++ b/addressbook/gui/widgets/e-addressbook-model.h @@ -53,7 +53,7 @@ struct _EABModelClass { void (*status_message) (EABModel *model, const gchar *message); void (*folder_bar_message) (EABModel *model, const gchar *message); void (*contact_added) (EABModel *model, gint index, gint count); - void (*contact_removed) (EABModel *model, gint index); + void (*contacts_removed) (EABModel *model, gpointer id_list); void (*contact_changed) (EABModel *model, gint index); void (*model_changed) (EABModel *model); void (*stop_state_changed) (EABModel *model); |