diff options
-rw-r--r-- | executive-summary/ChangeLog | 5 | ||||
-rw-r--r-- | executive-summary/component/e-summary-callbacks.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 <clahey@helixcode.com> + + * component/e-summary-callbacks.c (configure_summary): Added a + cast. + 2000-12-13 Iain Holmes <iain@helixcode.com> * 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")); |