diff options
author | Simon Zheng <simon.zheng@sun.com> | 2006-01-06 14:36:19 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2006-01-06 14:36:19 +0800 |
commit | 4cf87ae15af7b20d8d459d6d5ec7625308d8707d (patch) | |
tree | 0308f3ff55c3ca1e6102e39ef22c86eb1be698da | |
parent | d19b3fc1a3a365e905ca21bde57021d7e1088657 (diff) | |
download | gsoc2013-evolution-4cf87ae15af7b20d8d459d6d5ec7625308d8707d.tar.gz gsoc2013-evolution-4cf87ae15af7b20d8d459d6d5ec7625308d8707d.tar.zst gsoc2013-evolution-4cf87ae15af7b20d8d459d6d5ec7625308d8707d.zip |
use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06 Simon Zheng <simon.zheng@sun.com>
* gui/itip-utils.h: use libedataserver/e-account-list.h instead
of e-util/e-account-list.h.
svn path=/trunk/; revision=31073
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/itip-utils.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 642520100b..bffbc63c30 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2006-01-06 Simon Zheng <simon.zheng@sun.com> + + * gui/itip-utils.h: use libedataserver/e-account-list.h instead + of e-util/e-account-list.h. + 2006-01-06 Johnny Jacob <johnnyjacob@gmail.com> * gui/dialog/event-page.c: (set_all_day), (sensitize_widgets) diff --git a/calendar/gui/itip-utils.h b/calendar/gui/itip-utils.h index 8cc8fe86ef..cf974b74f8 100644 --- a/calendar/gui/itip-utils.h +++ b/calendar/gui/itip-utils.h @@ -7,7 +7,7 @@ #include <glib.h> #include <libecal/e-cal.h> #include <libecal/e-cal-component.h> -#include <e-util/e-account-list.h> +#include <libedataserver/e-account-list.h> typedef enum { E_CAL_COMPONENT_METHOD_PUBLISH, |