diff options
author | Milan Crha <mcrha@redhat.com> | 2011-08-19 19:54:32 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-08-19 19:54:32 +0800 |
commit | 6b13cb5be7462b7e6e43af07e6051a553fb5d127 (patch) | |
tree | 551ad1bfad5c9ca676516ba4a662237c953c63e7 /widgets/misc/e-search-bar.c | |
parent | c8061dd92686417fc0bf3aba83825643f1ad4d2b (diff) | |
download | gsoc2013-evolution-6b13cb5be7462b7e6e43af07e6051a553fb5d127.tar.gz gsoc2013-evolution-6b13cb5be7462b7e6e43af07e6051a553fb5d127.tar.zst gsoc2013-evolution-6b13cb5be7462b7e6e43af07e6051a553fb5d127.zip |
Bug #651741 - Find in text message doesn't warn about no matching found
Diffstat (limited to 'widgets/misc/e-search-bar.c')
-rw-r--r-- | widgets/misc/e-search-bar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-search-bar.c b/widgets/misc/e-search-bar.c index db72c5860e..d70106e060 100644 --- a/widgets/misc/e-search-bar.c +++ b/widgets/misc/e-search-bar.c @@ -72,6 +72,8 @@ search_bar_update_matches (ESearchBar *search_bar) gint matches; gchar *text; + search_bar->priv->rerun_search = FALSE; + tokenizer = e_search_bar_get_tokenizer (search_bar); matches_label = search_bar->priv->matches_label; |