diff options
author | Simon Zheng <simon.zheng@sun.com> | 2006-01-10 16:12:18 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2006-01-10 16:12:18 +0800 |
commit | 956be87d36c94848dedf5510188b97d22752cecc (patch) | |
tree | 282ca00c20208a89bd4c687686e478f4cc89d09b /plugins/save-calendar/csv-format.c | |
parent | 7bf9cee96b0c2a9220a5c123441d11f511d6ed7e (diff) | |
download | gsoc2013-evolution-956be87d36c94848dedf5510188b97d22752cecc.tar.gz gsoc2013-evolution-956be87d36c94848dedf5510188b97d22752cecc.tar.zst gsoc2013-evolution-956be87d36c94848dedf5510188b97d22752cecc.zip |
use e_utf8_strftime() in evolution-data-server/
2006-01-10 Simon Zheng <simon.zheng@sun.com>
* csv-format.c:
* rdf-format.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=31120
Diffstat (limited to 'plugins/save-calendar/csv-format.c')
-rw-r--r-- | plugins/save-calendar/csv-format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/save-calendar/csv-format.c b/plugins/save-calendar/csv-format.c index de6c55ce8a..ff53c737e2 100644 --- a/plugins/save-calendar/csv-format.c +++ b/plugins/save-calendar/csv-format.c @@ -35,7 +35,7 @@ #include <gtk/gtk.h> #include <libedataserver/e-source.h> #include <libecal/e-cal-time-util.h> -#include <libedataserver/e-util.h> +#include <libedataserver/e-data-server-util.h> #include <libedataserverui/e-source-selector.h> #include <libecal/e-cal.h> #include "calendar/common/authentication.h" |