diff options
Diffstat (limited to 'widgets/text/e-completion-match.c')
-rw-r--r-- | widgets/text/e-completion-match.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/widgets/text/e-completion-match.c b/widgets/text/e-completion-match.c index 6e7863f887..c14c8fe40a 100644 --- a/widgets/text/e-completion-match.c +++ b/widgets/text/e-completion-match.c @@ -48,13 +48,14 @@ e_completion_match_construct (ECompletionMatch *match) g_return_if_fail (match != NULL); match->match_text = NULL; - match->menu_text = NULL; - match->score = 0; + match->menu_text = NULL; + match->score = 0; match->sort_major = 0; match->sort_minor = 0; - match->user_data = NULL; - match->ref = 1; - match->destroy = NULL; + match->user_data = NULL; + match->ref = 1; + match->hit_count = 0; + match->destroy = NULL; } void |