diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-07-03 10:45:58 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-07-03 10:45:58 +0800 |
commit | 29700d38aeb9a90caaed499ac010f7632e9587dc (patch) | |
tree | 23c708ae35cd17f6021bd27b80e62a61ed7ed994 /my-evolution/e-summary.h | |
parent | ed11afdec64d889fbb515ef11897fec3862fe31b (diff) | |
download | gsoc2013-evolution-29700d38aeb9a90caaed499ac010f7632e9587dc.tar gsoc2013-evolution-29700d38aeb9a90caaed499ac010f7632e9587dc.tar.gz gsoc2013-evolution-29700d38aeb9a90caaed499ac010f7632e9587dc.tar.bz2 gsoc2013-evolution-29700d38aeb9a90caaed499ac010f7632e9587dc.tar.lz gsoc2013-evolution-29700d38aeb9a90caaed499ac010f7632e9587dc.tar.xz gsoc2013-evolution-29700d38aeb9a90caaed499ac010f7632e9587dc.tar.zst gsoc2013-evolution-29700d38aeb9a90caaed499ac010f7632e9587dc.zip |
New tasks stuff
svn path=/trunk/; revision=10715
Diffstat (limited to 'my-evolution/e-summary.h')
-rw-r--r-- | my-evolution/e-summary.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/my-evolution/e-summary.h b/my-evolution/e-summary.h index 1ba2ee18b7..24e643b787 100644 --- a/my-evolution/e-summary.h +++ b/my-evolution/e-summary.h @@ -15,6 +15,7 @@ #include "e-summary-calendar.h" #include "e-summary-rdf.h" #include "e-summary-weather.h" +#include "e-summary-tasks.h" #include <Evolution.h> @@ -90,6 +91,7 @@ struct _ESummary { ESummaryCalendar *calendar; ESummaryRDF *rdf; ESummaryWeather *weather; + ESummaryTasks *tasks; ESummaryPrivate *priv; |