From 7dd3f720c743488c2aac7b6a1cfcdb97b1c1ac70 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 30 Mar 2007 18:29:09 +0000 Subject: Fix a typo. 2007-03-30 Matthew Barnes * em-format-html-display.c (icon_entry_changed_cb): Fix a typo. svn path=/trunk/; revision=33347 --- mail/ChangeLog | 4 ++++ mail/em-format-html-display.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index a8b5ed3498..c818437768 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2007-03-30 Matthew Barnes + + * em-format-html-display.c (icon_entry_changed_cb): Fix a typo. + 2007-03-29 Matthew Barnes * em-utils.c: diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index ceecc71b41..e35db056c4 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -695,7 +695,7 @@ em_format_html_get_search_dialog (EMFormatHTMLDisplay *efhd) p->search_matches_label = gtk_label_new (""); gtk_widget_show (p->search_matches_label); gtk_box_pack_start ((GtkBox *)(hbox2), p->search_matches_label, TRUE, TRUE, 0); - p->search_dialog = GTK_H_BOX (hbox2); + p->search_dialog = GTK_HBOX (hbox2); p->search_wrap = FALSE; -- cgit v1.2.3