diff options
author | Joe Shaw <joe@ximian.com> | 2001-10-30 13:02:49 +0800 |
---|---|---|
committer | Joe Shaw <joeshaw@src.gnome.org> | 2001-10-30 13:02:49 +0800 |
commit | d6d55273d47b60e00f63a79ba37ebc730a19c6f5 (patch) | |
tree | b02486bb72ed9bb398fc499f225a8809951453e8 /mail/mail-vfolder.c | |
parent | d53c4d6ed3e2863c1b4ffceb5fcf06aab4fef55c (diff) | |
download | gsoc2013-evolution-d6d55273d47b60e00f63a79ba37ebc730a19c6f5.tar.gz gsoc2013-evolution-d6d55273d47b60e00f63a79ba37ebc730a19c6f5.tar.zst gsoc2013-evolution-d6d55273d47b60e00f63a79ba37ebc730a19c6f5.zip |
Require gal 0.15.99.8
2001-10-29 Joe Shaw <joe@ximian.com>
* configure.in: Require gal 0.15.99.8
* addressbook/backend/ebook/e-card-simple.c,
addressbook/gui/component/addressbook-storage.c,
addressbook/gui/widgets/e-addressbook-view.c,
calendar/gui/e-calendar-table.c,
calendar/gui/e-itip-control.c,
calendar/gui/e-meeting-model.c,
calendar/gui/itip-utils.c,
calendar/gui/print.c,
calendar/gui/alarm-notify/alarm-notify-dialog.c,
filter/rule-editor.c,
mail/mail-config.c,
mail/mail-folder-cache.c,
mail/mail-format.c,
mail/mail-local.c,
mail/mail-ops.c,
mail/mail-vfolder.c,
shell/e-local-storage.c,
shell/e-summary-storage.c: Change includes of
e-util/e-unicode-i18n.h to gal/util/e-unicode-i18n.h
svn path=/trunk/; revision=14427
Diffstat (limited to 'mail/mail-vfolder.c')
-rw-r--r-- | mail/mail-vfolder.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c index ca695f8ae6..c6e0dbac2b 100644 --- a/mail/mail-vfolder.c +++ b/mail/mail-vfolder.c @@ -33,6 +33,7 @@ #include "mail-mt.h" #include "gal/widgets/e-gui-utils.h" +#include "gal/util/e-unicode-i18n.h" #include "camel/camel.h" #include "camel/camel-remote-store.h" @@ -42,8 +43,6 @@ #include "filter/vfolder-context.h" #include "filter/vfolder-editor.h" -#include "e-util/e-unicode-i18n.h" - #define d(x) static VfolderContext *context; /* context remains open all time */ |