diff options
Diffstat (limited to 'mail/evolution/files')
3 files changed, 0 insertions, 59 deletions
diff --git a/mail/evolution/files/patch-addressbook_gui_widgets_eab-config.c b/mail/evolution/files/patch-addressbook_gui_widgets_eab-config.c deleted file mode 100644 index 19ed92d46..000000000 --- a/mail/evolution/files/patch-addressbook_gui_widgets_eab-config.c +++ /dev/null @@ -1,19 +0,0 @@ ---- addressbook/gui/widgets/eab-config.c.orig Tue Nov 23 16:01:13 2004 -+++ addressbook/gui/widgets/eab-config.c Tue Nov 23 16:03:20 2004 -@@ -23,13 +23,15 @@ - #include <config.h> - #endif - -+#include <sys/types.h> -+ - #include "eab-config.h" - - static GObjectClass *ecp_parent_class; - static GObjectClass *ecph_parent_class; - - struct _EABConfigPrivate { -- ulong source_changed_id; -+ u_long source_changed_id; - }; - - #define _PRIVATE(o) (g_type_instance_get_private((GTypeInstance *)o, eab_config_get_type())) diff --git a/mail/evolution/files/patch-calendar_gui_e-cal-config.c b/mail/evolution/files/patch-calendar_gui_e-cal-config.c deleted file mode 100644 index f68a3ae60..000000000 --- a/mail/evolution/files/patch-calendar_gui_e-cal-config.c +++ /dev/null @@ -1,17 +0,0 @@ ---- calendar/gui/e-cal-config.c.orig Wed Dec 8 03:11:02 2004 -+++ calendar/gui/e-cal-config.c Wed Dec 8 03:12:13 2004 -@@ -26,11 +26,13 @@ - #include <gtk/gtkwidget.h> - #include "e-cal-config.h" - -+#include <sys/types.h> -+ - static GObjectClass *ecp_parent_class; - static GObjectClass *ecph_parent_class; - - struct _ECalConfigPrivate { -- ulong source_changed_id; -+ unsigned long source_changed_id; - }; - - #define _PRIVATE(o) (g_type_instance_get_private ((GTypeInstance *)o, e_cal_config_get_type ())) diff --git a/mail/evolution/files/patch-plugins_calendar-weather_calendar-weather.c b/mail/evolution/files/patch-plugins_calendar-weather_calendar-weather.c deleted file mode 100644 index 7aae64622..000000000 --- a/mail/evolution/files/patch-plugins_calendar-weather_calendar-weather.c +++ /dev/null @@ -1,23 +0,0 @@ ---- 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; |