diff options
Diffstat (limited to 'plugins/calendar-weather')
-rw-r--r-- | plugins/calendar-weather/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/calendar-weather/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml (renamed from plugins/calendar-weather/org-gnome-calendar-weather.eplug.in) | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/plugins/calendar-weather/ChangeLog b/plugins/calendar-weather/ChangeLog index 3b6c2fdc79..aadd81f4ba 100644 --- a/plugins/calendar-weather/ChangeLog +++ b/plugins/calendar-weather/ChangeLog @@ -1,3 +1,9 @@ +2005-05-06 Not Zed <NotZed@Ximian.com> + + * Makefile.am: + + * org-gnome-calendar-weather.eplug.xml: s/.in/.xml/ & i18n. + 2005-03-22 David Trowbridge <trowbrds@cs.colorado.edu> * Makefile.am: Use $(weatherdatadir) rather than $(weatherdir), get diff --git a/plugins/calendar-weather/Makefile.am b/plugins/calendar-weather/Makefile.am index f538d36314..3ad0ab909e 100644 --- a/plugins/calendar-weather/Makefile.am +++ b/plugins/calendar-weather/Makefile.am @@ -27,5 +27,5 @@ liborg_gnome_calendar_weather_la_SOURCES = calendar-weather.c liborg_gnome_calendar_weather_la_LDFLAGS = -module -avoid-version EXTRA_DIST = \ - org-gnome-calendar-weather.eplug.in \ + org-gnome-calendar-weather.eplug.xml \ $(weatherdata_DATA) diff --git a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in b/plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml index 13a495ad25..1554ce72fc 100644 --- a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.in +++ b/plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml @@ -4,8 +4,8 @@ type="shlib" location="@PLUGINDIR@/liborg-gnome-calendar-weather.so" id="org.gnome.evolution.calendar.weather" - name="Weather Calendars"> - <description>Provides core functionality for weather calendars.</description> + _name="Weather Calendars"> + <_description>Provides core functionality for weather calendars.</_description> <author name="David Trowbridge" email="trowbrds@cs.colorado.edu"/> <hook class="org.gnome.evolution.calendar.config:1.0"> <group |