diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/component/e-book-shell-view-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/e-book-shell-view-actions.c b/addressbook/gui/component/e-book-shell-view-actions.c index e81fd11998..b9b03b4342 100644 --- a/addressbook/gui/component/e-book-shell-view-actions.c +++ b/addressbook/gui/component/e-book-shell-view-actions.c @@ -517,7 +517,7 @@ action_search_execute_cb (GtkAction *action, query = g_strdup_printf (format, string->str); g_string_free (string, TRUE); - /* Filter by category. */ + /* Apply selected filter. */ value = e_shell_content_get_filter_value (shell_content); if (value > CONTACT_FILTER_ANY_CATEGORY) { GList *categories; |