diff options
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r-- | mail/em-format-html-display.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 56fd88b37c..5646246cac 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -496,6 +496,8 @@ efhd_update_matches(EMFormatHTMLDisplay *efhd) sprintf(str, fmt, e_searching_tokenizer_match_count(efhd->search_tok)); gtk_label_set_text((GtkLabel *)p->search_matches_label, str); } + gtk_widget_show((GtkWidget *)p->search_matches_label); + } static void @@ -613,6 +615,7 @@ em_format_html_display_search(EMFormatHTMLDisplay *efhd) g_signal_connect(p->search_case_check, "toggled", G_CALLBACK(efhd_search_case_toggled), efhd); g_signal_connect(p->search_dialog, "response", G_CALLBACK(efhd_search_response), efhd); gtk_widget_show((GtkWidget *)p->search_dialog); + gtk_widget_hide((GtkWidget *)p->search_matches_label); } void |