aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-message-browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-message-browser.c')
-rw-r--r--mail/em-message-browser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/em-message-browser.c b/mail/em-message-browser.c
index 28a99e84df..f1b464a545 100644
--- a/mail/em-message-browser.c
+++ b/mail/em-message-browser.c
@@ -111,7 +111,8 @@ emmb_init(GObject *o)
gtk_widget_show(p->preview);
- gtk_box_pack_start_defaults((GtkBox *)emmb, p->preview);
+ gtk_box_pack_start ((GtkBox *)emmb, p->preview, TRUE, TRUE, 0);
+ gtk_box_pack_start((GtkBox *)emmb, em_format_html_get_search_dialog (emmb->view.preview), FALSE, FALSE, 0);
}
static void