From fab3780e2ef5545adc99ed69f259478abaaa7a66 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 13 Jul 2005 10:05:44 +0000 Subject: Don't return a value from a void funtion. 2005-07-13 Tor Lillqvist * calendar-weather/calendar-weather.c (e_calendar_weather_migrate): Don't return a value from a void funtion. * groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml: Use SOEXT. * groupwise-features/Makefile.am (NO_UNDEFINED_REQUIRED_LIBS): As the code does use functions from libevolution-mail, link with it. But OK, let's do it (at build time) only on Win32, then. * mail-account-disable/Makefile.am (INCLUDES): Remove duplicated line. (LDFLAGS): Use NO_UNDEFINED. (LIBADD): Link with the required libraries, but let's do it only on Win32. * mail-account-disable/org-gnome-mail-account-disable.eplug.xml: Use SOEXT. * proxy/Makefile.am (LIBADD): Link with libeutil. * proxy-login/Makefile.am (LIBADD): Link with libeutil. Link with libevolution-mail on Win32 only. (Have I understood correctly that it isn't considered a good idea on Unix to link plugins at link-time with libevolution-mail?) * proxy-login/org-gnome-proxy-login.eplug.xml: Use SOEXT. svn path=/trunk/; revision=29753 --- plugins/calendar-weather/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/calendar-weather/ChangeLog') diff --git a/plugins/calendar-weather/ChangeLog b/plugins/calendar-weather/ChangeLog index f6770e1622..eba572420f 100644 --- a/plugins/calendar-weather/ChangeLog +++ b/plugins/calendar-weather/ChangeLog @@ -1,3 +1,8 @@ +2005-07-13 Tor Lillqvist + + * calendar-weather.c (e_calendar_weather_migrate): Don't return a + value from a void funtion. + 2005-06-27 Tor Lillqvist * Makefile.am: There is no EVOLUTION_CFLAGS. Use -- cgit v1.2.3