aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/widgets
diff options
context:
space:
mode:
authorSimon Zheng <simon.zheng@sun.com>2006-01-10 16:03:57 +0800
committerHarry Lu <haip@src.gnome.org>2006-01-10 16:03:57 +0800
commita29281695609723fdd287bb2fb53849ad3ee866b (patch)
tree67f12fdb3d43cdd529c077c065d6ade0d1f5b419 /a11y/widgets
parent19d9bd59453e0f00214f681d7a1208db54ee57bc (diff)
downloadgsoc2013-evolution-a29281695609723fdd287bb2fb53849ad3ee866b.tar
gsoc2013-evolution-a29281695609723fdd287bb2fb53849ad3ee866b.tar.gz
gsoc2013-evolution-a29281695609723fdd287bb2fb53849ad3ee866b.tar.bz2
gsoc2013-evolution-a29281695609723fdd287bb2fb53849ad3ee866b.tar.lz
gsoc2013-evolution-a29281695609723fdd287bb2fb53849ad3ee866b.tar.xz
gsoc2013-evolution-a29281695609723fdd287bb2fb53849ad3ee866b.tar.zst
gsoc2013-evolution-a29281695609723fdd287bb2fb53849ad3ee866b.zip
use e_utf8_strftime() in
2006-01-10 Simon Zheng <simon.zheng@sun.com> * widgets/ea-calendar-item.c: use e_utf8_strftime() in evolution-data-server/libedataserver/e-data-server-util.c instead of the copy in evolution/e-util/e-util.c. svn path=/trunk/; revision=31114
Diffstat (limited to 'a11y/widgets')
-rw-r--r--a11y/widgets/ea-calendar-item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/a11y/widgets/ea-calendar-item.c b/a11y/widgets/ea-calendar-item.c
index b3c90532f2..b8e283e604 100644
--- a/a11y/widgets/ea-calendar-item.c
+++ b/a11y/widgets/ea-calendar-item.c
@@ -30,7 +30,7 @@
#include <glib/gdate.h>
#include <e-util/e-util.h>
#include <libgnome/gnome-i18n.h>
-#include <e-util/e-util.h>
+#include <libedataserver/e-data-server-util.h>
#include "ea-calendar-item.h"
#include "ea-calendar-cell.h"
#include "ea-cell-table.h"