From 03c8d705be1831d41152591d2c5a68a533d6df99 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 14 Dec 2000 01:36:29 +0000 Subject: Added a cast. 2000-12-13 Christopher James Lahey * component/e-summary-callbacks.c (configure_summary): Added a cast. svn path=/trunk/; revision=6984 --- executive-summary/ChangeLog | 5 +++++ executive-summary/component/e-summary-callbacks.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'executive-summary') diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 1af8f7e605..24e69d56c0 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,8 @@ +2000-12-13 Christopher James Lahey + + * component/e-summary-callbacks.c (configure_summary): Added a + cast. + 2000-12-13 Iain Holmes * component/e-summary.c (e_summary_rebuild_page): Display all the windows diff --git a/executive-summary/component/e-summary-callbacks.c b/executive-summary/component/e-summary-callbacks.c index 7343726865..383fe47bc0 100644 --- a/executive-summary/component/e-summary-callbacks.c +++ b/executive-summary/component/e-summary-callbacks.c @@ -263,7 +263,7 @@ configure_summary (GtkWidget *widget, vbox = glade_xml_get_widget (data->xml, "vbox"); html = html_new (TRUE); - put_html (html, + put_html (GTK_HTML(html), _("You can select a different HTML page for the background " "of the Executive Summary.\n\nJust leave it blank for the " "default")); -- cgit v1.2.3