diff options
Diffstat (limited to 'addressbook/contact-editor')
-rw-r--r-- | addressbook/contact-editor/e-contact-editor-categories.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/contact-editor/e-contact-editor-categories.c b/addressbook/contact-editor/e-contact-editor-categories.c index 02ea452c1d..9251a86948 100644 --- a/addressbook/contact-editor/e-contact-editor-categories.c +++ b/addressbook/contact-editor/e-contact-editor-categories.c @@ -157,6 +157,8 @@ do_parse_categories(EContactEditorCategories *categories) char **list; int count = 1; + e_table_model_pre_change(categories->model); + for (i = 0; i < categories->list_length; i++) g_free(categories->category_list[i]); g_free(categories->category_list); |