aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-text-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-text-model.h')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-text-model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-text-model.h b/addressbook/gui/component/select-names/e-select-names-text-model.h
index 7a9e0a7396..fa6ab11a63 100644
--- a/addressbook/gui/component/select-names/e-select-names-text-model.h
+++ b/addressbook/gui/component/select-names/e-select-names-text-model.h
@@ -31,6 +31,8 @@ struct _ESelectNamesTextModel {
ESelectNamesModel *source;
gint source_changed_id;
gint source_resize_id;
+
+ gint last_magic_comma_pos;
};
struct _ESelectNamesTextModelClass {