aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-03-31 02:29:09 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-03-31 02:29:09 +0800
commit7dd3f720c743488c2aac7b6a1cfcdb97b1c1ac70 (patch)
treee4e7f0a2cddc398e65efcb0f2761346b296d8a69 /mail/em-format-html-display.c
parent1761cb87e7bbb488bfe0ca1ba10a2d4f9a3046b9 (diff)
downloadgsoc2013-evolution-7dd3f720c743488c2aac7b6a1cfcdb97b1c1ac70.tar
gsoc2013-evolution-7dd3f720c743488c2aac7b6a1cfcdb97b1c1ac70.tar.gz
gsoc2013-evolution-7dd3f720c743488c2aac7b6a1cfcdb97b1c1ac70.tar.bz2
gsoc2013-evolution-7dd3f720c743488c2aac7b6a1cfcdb97b1c1ac70.tar.lz
gsoc2013-evolution-7dd3f720c743488c2aac7b6a1cfcdb97b1c1ac70.tar.xz
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
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c2
1 files changed, 1 insertions, 1 deletions
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;