From ce7790405d57206d48f7ceedf2b40c84cb4d5a68 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Tue, 18 Oct 2005 08:31:39 +0000 Subject: Fixed mark junk, keybinding to focus search widget. 2005-10-18 Srinivasa Ragavan * Fixed mark junk, keybinding to focus search widget. svn path=/trunk/; revision=30520 --- mail/em-format-html-display.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index d6719d361a..ec26935242 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -419,6 +419,12 @@ void em_format_html_display_set_caret_mode(EMFormatHTMLDisplay *efhd, gboolean s gtk_html_set_caret_mode(((EMFormatHTML *)efhd)->html, state); } +EAttachmentBar * +em_format_html_display_get_bar (EMFormatHTMLDisplay *efhd) +{ + return efhd->priv->attachment_bar; +} + void em_format_html_display_set_search(EMFormatHTMLDisplay *efhd, int type, GSList *strings) { -- cgit v1.2.3