diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-10-12 09:10:26 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-12 09:10:26 +0800 |
commit | 3c4dcee5075aff81b7f6fb1634910dac6667949c (patch) | |
tree | cef4039dc0512b32425ea929f042295cc2dcd7dd /calendar/gui/calendar-component.c | |
parent | 25c8b2416833c6c95a57b7f1f8402d2e280892a1 (diff) | |
download | gsoc2013-evolution-3c4dcee5075aff81b7f6fb1634910dac6667949c.tar gsoc2013-evolution-3c4dcee5075aff81b7f6fb1634910dac6667949c.tar.gz gsoc2013-evolution-3c4dcee5075aff81b7f6fb1634910dac6667949c.tar.bz2 gsoc2013-evolution-3c4dcee5075aff81b7f6fb1634910dac6667949c.tar.lz gsoc2013-evolution-3c4dcee5075aff81b7f6fb1634910dac6667949c.tar.xz gsoc2013-evolution-3c4dcee5075aff81b7f6fb1634910dac6667949c.tar.zst gsoc2013-evolution-3c4dcee5075aff81b7f6fb1634910dac6667949c.zip |
Disable stuff
svn path=/trunk/; revision=5875
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r-- | calendar/gui/calendar-component.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index e5fb4c65a0..b30bae6a02 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -30,8 +30,9 @@ #include "component-factory.h" #include "control-factory.h" #include "calendar-config.h" +#if WANT_THE_EXECUTIVE_SUMMARY #include "calendar-summary.h" - +#endif #define COMPONENT_FACTORY_ID "OAFIID:evolution-shell-component-factory:evolution-calendar:cba77062-1466-4aac-8ce7-b019eaf2e921" |