diff options
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.h')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.h b/addressbook/gui/component/select-names/e-select-names.h index bbed1d77ee..ccf4eebd5f 100644 --- a/addressbook/gui/component/select-names/e-select-names.h +++ b/addressbook/gui/component/select-names/e-select-names.h @@ -73,6 +73,10 @@ struct _ESelectNames GtkWidget *status_message; char *def; ESelectNamesFolder *current_folder; + + /* signal handlers */ + gulong status_id; + gulong search_id; }; struct _ESelectNamesClass |