aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/em-format-html-display.c2
2 files changed, 5 insertions, 1 deletions
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 <mbarnes@redhat.com>
+
+ * em-format-html-display.c (icon_entry_changed_cb): Fix a typo.
+
2007-03-29 Matthew Barnes <mbarnes@redhat.com>
* 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;