diff options
author | Dan Winship <danw@src.gnome.org> | 2003-07-23 23:06:21 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-07-23 23:06:21 +0800 |
commit | 16d96582c1133e540812255264195a24c37dc303 (patch) | |
tree | 854aeb697f65ee721089d42744ef01ea452b7c1d /my-evolution/ChangeLog | |
parent | d5ce44bd78a6e5f9d722d299bc983928c10f160f (diff) | |
download | gsoc2013-evolution-16d96582c1133e540812255264195a24c37dc303.tar.gz gsoc2013-evolution-16d96582c1133e540812255264195a24c37dc303.tar.zst gsoc2013-evolution-16d96582c1133e540812255264195a24c37dc303.zip |
Fix a warning.
* e-summary-factory.c (e_summary_factory_new_control): Fix a
warning.
* e-summary-rdf.c (tree_walk): Fix a warning
* e-summary-weather.c (e_summary_weather_get_html): Remove an
unused variable.
(weather_make_html): Likewise.
svn path=/trunk/; revision=21906
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index beae68e449..f1dadef2bc 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,14 @@ +2003-07-23 Dan Winship <danw@ximian.com> + + * e-summary-factory.c (e_summary_factory_new_control): Fix a + warning. + + * e-summary-rdf.c (tree_walk): Fix a warning + + * e-summary-weather.c (e_summary_weather_get_html): Remove an + unused variable. + (weather_make_html): Likewise. + 2003-06-23 Dan Winship <danw@ximian.com> * e-summary-calendar.c (setup_gconf_client): Don't call |