aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cell-date-edit-text.c
diff options
context:
space:
mode:
authorSimon Zheng <simon.zheng@sun.com>2006-01-10 16:08:21 +0800
committerHarry Lu <haip@src.gnome.org>2006-01-10 16:08:21 +0800
commit0311da7a876b49869ed89579db9813c6199d9f00 (patch)
tree59320e39478b4b0d08f6bb5c1fb81b37a5231c83 /calendar/gui/e-cell-date-edit-text.c
parent3f7ad2d8917631250f569bfa050f7321ee8839d0 (diff)
downloadgsoc2013-evolution-0311da7a876b49869ed89579db9813c6199d9f00.tar
gsoc2013-evolution-0311da7a876b49869ed89579db9813c6199d9f00.tar.gz
gsoc2013-evolution-0311da7a876b49869ed89579db9813c6199d9f00.tar.bz2
gsoc2013-evolution-0311da7a876b49869ed89579db9813c6199d9f00.tar.lz
gsoc2013-evolution-0311da7a876b49869ed89579db9813c6199d9f00.tar.xz
gsoc2013-evolution-0311da7a876b49869ed89579db9813c6199d9f00.tar.zst
gsoc2013-evolution-0311da7a876b49869ed89579db9813c6199d9f00.zip
Use e_util_mkdir_hier() instead of e_mkdir_hier().
2006-01-10 Simon Zheng <simon.zheng@sun.com> * gui/calendar-component.c: (calendar_component_peek): * gui/calendar-config.c: * gui/e-cal-model-tasks.c: * gui/e-cal-popup.c: * gui/e-cell-date-edit-text.c: * gui/e-meeting-store.c: * gui/memos-component.c: (memos_component_peek): * gui/print.c: * gui/tasks-component.c: (tasks_component_peek): Use e_util_mkdir_hier() instead of e_mkdir_hier(). Use e_util_strstrcase() instead of e_strstrcasea(). use e_strftime() in evolution-data-server/ libedataserver/e-data-server-util.c instead of the copy in evolution/e-util/e-util.c. use e_filename_make_safe() in evolution-data-server/ libedataserver/e-data-server-util.c instead of the copy in evolution/e-util/e-util.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=31116
Diffstat (limited to 'calendar/gui/e-cell-date-edit-text.c')
-rw-r--r--calendar/gui/e-cell-date-edit-text.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-cell-date-edit-text.c b/calendar/gui/e-cell-date-edit-text.c
index a0273fc634..aa05b5eef3 100644
--- a/calendar/gui/e-cell-date-edit-text.c
+++ b/calendar/gui/e-cell-date-edit-text.c
@@ -38,6 +38,7 @@
#include <libgnomeui/gnome-stock-icons.h>
#include <libgnome/gnome-i18n.h>
#include <libedataserver/e-time-utils.h>
+#include <libedataserver/e-data-server-util.h>
#include <e-util/e-util.h>
#include <libecal/e-cal-time-util.h>