diff options
author | David Trowbridge <trowbrds@cs.colorado.edu> | 2005-01-27 08:19:06 +0800 |
---|---|---|
committer | David Trowbridge <trowbrds@src.gnome.org> | 2005-01-27 08:19:06 +0800 |
commit | af035046d880502296817a0149ea9266ec9e9da3 (patch) | |
tree | 0b201eb9570a84b3a9732e514755bb196f6d7157 | |
parent | 442702f15112761e39dc73b8a42fa7fc05edae16 (diff) | |
download | gsoc2013-evolution-af035046d880502296817a0149ea9266ec9e9da3.tar.gz gsoc2013-evolution-af035046d880502296817a0149ea9266ec9e9da3.tar.zst gsoc2013-evolution-af035046d880502296817a0149ea9266ec9e9da3.zip |
fix typo
2005-01-26 David Trowbridge <trowbrds@cs.colorado.edu>
* org-gnome-calendar-weather.eplug.in: fix typo
svn path=/trunk/; revision=28568
-rw-r--r-- | plugins/calendar-weather/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/calendar-weather/org-gnome-calendar-weather.eplug.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/calendar-weather/ChangeLog b/plugins/calendar-weather/ChangeLog index 387e575df8..dd96d99f03 100644 --- a/plugins/calendar-weather/ChangeLog +++ b/plugins/calendar-weather/ChangeLog @@ -1,3 +1,7 @@ +2005-01-26 David Trowbridge <trowbrds@cs.colorado.edu> + + * org-gnome-calendar-weather.eplug.in: fix typo + 2005-01-25 Rodrigo Moya <rodrigo@novell.com> * calendar-weather.c (e_plugin_lib_enable): set all new categories to diff --git a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in b/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in index 977630ad15..2ce03a29bd 100644 --- a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in +++ b/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in @@ -19,7 +19,7 @@ <item type="item_table" path="00.general/00.source/50.units" - factory="e_calendar_weather_temperature"/> + factory="e_calendar_weather_units"/> <item type="item_table" path="00.general/00.source/60.refresh" |