diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-03-31 02:29:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-03-31 02:29:09 +0800 |
commit | 7dd3f720c743488c2aac7b6a1cfcdb97b1c1ac70 (patch) | |
tree | e4e7f0a2cddc398e65efcb0f2761346b296d8a69 | |
parent | 1761cb87e7bbb488bfe0ca1ba10a2d4f9a3046b9 (diff) | |
download | gsoc2013-evolution-7dd3f720c743488c2aac7b6a1cfcdb97b1c1ac70.tar.gz gsoc2013-evolution-7dd3f720c743488c2aac7b6a1cfcdb97b1c1ac70.tar.zst gsoc2013-evolution-7dd3f720c743488c2aac7b6a1cfcdb97b1c1ac70.zip |
Fix a typo.
2007-03-30 Matthew Barnes <mbarnes@redhat.com>
* em-format-html-display.c (icon_entry_changed_cb): Fix a typo.
svn path=/trunk/; revision=33347
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/em-format-html-display.c | 2 |
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; |