From 7343d66ba7149b389b86508d188bab9c4bfe28dc Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 8 Jun 2001 22:38:47 +0000 Subject: Some fixes svn path=/trunk/; revision=10169 --- my-evolution/ChangeLog | 7 +++++++ my-evolution/e-summary-weather.c | 3 +-- my-evolution/e-summary.c | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 my-evolution/ChangeLog diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog new file mode 100644 index 0000000000..ac4d80c9cd --- /dev/null +++ b/my-evolution/ChangeLog @@ -0,0 +1,7 @@ +2001-06-08 Iain Holmes + + * e-summary.c (e_summary_init): Allow horizontal scrollbars. + + * e-summary-weather.c (e_summary_weather_init): Change the name of the + protocol registered. + (weather_make_html): Use the weather protocol instead of more. diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index ac424705d6..4019dcd263 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -101,7 +101,7 @@ weather_make_html (Weather *w) g_string_append (string, ""); - uri = g_strdup_printf ("", w); + uri = g_strdup_printf ("", w); g_string_append (string, uri); g_free (uri); g_string_append (string, "(More)"); @@ -410,7 +410,6 @@ e_summary_weather_init (ESummary *summary) summary->weather = weather; e_summary_add_protocol_listener (summary, "weather", e_summary_weather_protocol, weather); - e_summary_add_protocol_listener (summary, "weather-more", e_summary_weather_protocol, weather); e_summary_weather_add_location (summary, "ENBR"); e_summary_weather_add_location (summary, "EGAC"); diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index 775dfaf761..920f2ad334 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -333,7 +333,7 @@ e_summary_init (ESummary *summary) priv->html_scroller = gtk_scrolled_window_new (NULL, NULL); gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (priv->html_scroller), - GTK_POLICY_NEVER, + GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC); priv->html = gtk_html_new (); gtk_html_set_editable (GTK_HTML (priv->html), FALSE); -- cgit v1.2.3