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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.h b/addressbook/gui/component/select-names/e-select-names.h index 14dcad325b..dce20c6bd2 100644 --- a/addressbook/gui/component/select-names/e-select-names.h +++ b/addressbook/gui/component/select-names/e-select-names.h @@ -71,7 +71,7 @@ struct _ESelectNames ETableModel *adapter; EAddressbookModel *model; GtkWidget *categories; - int currently_selected; + GtkWidget *categories_entry; EvolutionStorageListener *listener; GHashTable *folders; char *def; |