diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-15 03:40:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-15 03:43:27 +0800 |
commit | ca6348199249989e124c45402ed5b78c1bc92f16 (patch) | |
tree | c910a37501dee412c27796eb57fe0c6b3a1ff201 /modules/cal-config-weather | |
parent | aef5c895087b4930cce4d2eb5d382c99f1f2ad5c (diff) | |
download | gsoc2013-evolution-ca6348199249989e124c45402ed5b78c1bc92f16.tar.gz gsoc2013-evolution-ca6348199249989e124c45402ed5b78c1bc92f16.tar.zst gsoc2013-evolution-ca6348199249989e124c45402ed5b78c1bc92f16.zip |
Move ECalSourceConfig to /widgets/misc.
ECalSourceConfig drags in no additional dependencies, and although we do
publish a libevolution-calendar.so, this keeps all the ESource config UI
in one place so it can more easily be moved to Evolution-Data-Server.
Diffstat (limited to 'modules/cal-config-weather')
-rw-r--r-- | modules/cal-config-weather/evolution-cal-config-weather.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cal-config-weather/evolution-cal-config-weather.c b/modules/cal-config-weather/evolution-cal-config-weather.c index 28df80eb1f..587be55f15 100644 --- a/modules/cal-config-weather/evolution-cal-config-weather.c +++ b/modules/cal-config-weather/evolution-cal-config-weather.c @@ -25,8 +25,8 @@ #include <libgweather/location-entry.h> #undef GWEATHER_I_KNOW_THIS_IS_UNSTABLE +#include <misc/e-cal-source-config.h> #include <misc/e-source-config-backend.h> -#include <calendar/gui/e-cal-source-config.h> #include "e-source-weather.h" |