diff options
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-text-model.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-text-model.c b/addressbook/gui/component/select-names/e-select-names-text-model.c index 29ebbb7a3f..d66112d2bc 100644 --- a/addressbook/gui/component/select-names/e-select-names-text-model.c +++ b/addressbook/gui/component/select-names/e-select-names-text-model.c @@ -339,6 +339,7 @@ e_select_names_text_model_insert_length (ETextModel *model, gint pos, const gcha repos.pos = pos; repos.len = SEPLEN; e_text_model_reposition (model, e_repos_insert_shift, &repos); + pos += SEPLEN; } } else { @@ -362,6 +363,7 @@ e_select_names_text_model_insert_length (ETextModel *model, gint pos, const gcha repos.pos = pos; repos.len = SEPLEN; e_text_model_reposition (model, e_repos_insert_shift, &repos); + pos += SEPLEN; } } else { |