diff options
author | Simon Zheng <simon.zheng@sun.com> | 2006-01-10 16:03:57 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2006-01-10 16:03:57 +0800 |
commit | a29281695609723fdd287bb2fb53849ad3ee866b (patch) | |
tree | 67f12fdb3d43cdd529c077c065d6ade0d1f5b419 | |
parent | 19d9bd59453e0f00214f681d7a1208db54ee57bc (diff) | |
download | gsoc2013-evolution-a29281695609723fdd287bb2fb53849ad3ee866b.tar.gz 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
-rw-r--r-- | a11y/ChangeLog | 6 | ||||
-rw-r--r-- | a11y/widgets/ea-calendar-item.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog index 5538ff81a0..6aa9bfaf24 100644 --- a/a11y/ChangeLog +++ b/a11y/ChangeLog @@ -1,3 +1,9 @@ +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. + 2005-12-17 Tor Lillqvist <tml@novell.com> * e-table/gal-a11y-e-cell.c 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" |