From c67c5a9be200f32e0c5c60482e1e9336563097fa Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 10 Feb 2005 16:33:13 +0000 Subject: Fix build on 4.x, possibly on other versions. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3617 df743ca5-7f9a-e211-a948-0013205c9059 --- ...tch-plugins_calendar-weather_calendar-weather.c | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 mail/evolution/files/patch-plugins_calendar-weather_calendar-weather.c (limited to 'mail/evolution/files') diff --git a/mail/evolution/files/patch-plugins_calendar-weather_calendar-weather.c b/mail/evolution/files/patch-plugins_calendar-weather_calendar-weather.c new file mode 100644 index 000000000..7aae64622 --- /dev/null +++ b/mail/evolution/files/patch-plugins_calendar-weather_calendar-weather.c @@ -0,0 +1,23 @@ +--- plugins/calendar-weather/calendar-weather.c.orig Thu Feb 10 11:27:00 2005 ++++ plugins/calendar-weather/calendar-weather.c Thu Feb 10 11:29:47 2005 +@@ -57,13 +57,13 @@ + } + } + if (!found) { +- e_categories_add (_("Weather: Cloudy"), NULL, WEATHER_DATADIR "/category_weather_cloudy_16.png"); +- e_categories_add (_("Weather: Fog"), NULL, WEATHER_DATADIR "/category_weather_fog_16.png"); +- e_categories_add (_("Weather: Partly Cloudy"), NULL, WEATHER_DATADIR "/category_weather_partly_cloudy_16.png"); +- e_categories_add (_("Weather: Rain"), NULL, WEATHER_DATADIR "/category_weather_rain_16.png"); +- e_categories_add (_("Weather: Snow"), NULL, WEATHER_DATADIR "/category_weather_snow_16.png"); +- e_categories_add (_("Weather: Sunny"), NULL, WEATHER_DATADIR "/category_weather_sun_16.png"); +- e_categories_add (_("Weather: Thunderstorms"), NULL, WEATHER_DATADIR "/category_weather_tstorm_16.png"); ++ e_categories_add (_("Weather: Cloudy"), NULL, WEATHER_DATADIR "/category_weather_cloudy_16.png", FALSE); ++ e_categories_add (_("Weather: Fog"), NULL, WEATHER_DATADIR "/category_weather_fog_16.png", FALSE); ++ e_categories_add (_("Weather: Partly Cloudy"), NULL, WEATHER_DATADIR "/category_weather_partly_cloudy_16.png", FALSE); ++ e_categories_add (_("Weather: Rain"), NULL, WEATHER_DATADIR "/category_weather_rain_16.png", FALSE); ++ e_categories_add (_("Weather: Snow"), NULL, WEATHER_DATADIR "/category_weather_snow_16.png", FALSE); ++ e_categories_add (_("Weather: Sunny"), NULL, WEATHER_DATADIR "/category_weather_sun_16.png", FALSE); ++ e_categories_add (_("Weather: Thunderstorms"), NULL, WEATHER_DATADIR "/category_weather_tstorm_16.png", FALSE); + } + + return 0; -- cgit v1.2.3