diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-06-09 06:38:47 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-06-09 06:38:47 +0800 |
commit | 7343d66ba7149b389b86508d188bab9c4bfe28dc (patch) | |
tree | 50e203c463a4afa51e5aee5f63063402d02b3ca0 /my-evolution/e-summary-weather.c | |
parent | 5361b89a79ea7ae5bd947deab445b57a324640c9 (diff) | |
download | gsoc2013-evolution-7343d66ba7149b389b86508d188bab9c4bfe28dc.tar.gz gsoc2013-evolution-7343d66ba7149b389b86508d188bab9c4bfe28dc.tar.zst gsoc2013-evolution-7343d66ba7149b389b86508d188bab9c4bfe28dc.zip |
Some fixes
svn path=/trunk/; revision=10169
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r-- | my-evolution/e-summary-weather.c | 3 |
1 files changed, 1 insertions, 2 deletions
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, "<font size=\"-1\">"); - uri = g_strdup_printf ("<a href=\"more://%p\">", w); + uri = g_strdup_printf ("<a href=\"weather://%p\">", w); g_string_append (string, uri); g_free (uri); g_string_append (string, "(More)</a></font></font></blockquote></dd>"); @@ -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"); |