aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-03-16 00:53:51 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-03-16 00:53:51 +0800
commitd3145f766ad4fea8a18619d79a3d7387cc26523f (patch)
treebaac2d4fdd9c936163b4179125407ad0049eee2d /calendar/gui/e-cal-model.c
parent58b352c98afda13fb05ea5a491a5ebf256050c19 (diff)
downloadgsoc2013-evolution-d3145f766ad4fea8a18619d79a3d7387cc26523f.tar
gsoc2013-evolution-d3145f766ad4fea8a18619d79a3d7387cc26523f.tar.gz
gsoc2013-evolution-d3145f766ad4fea8a18619d79a3d7387cc26523f.tar.bz2
gsoc2013-evolution-d3145f766ad4fea8a18619d79a3d7387cc26523f.tar.lz
gsoc2013-evolution-d3145f766ad4fea8a18619d79a3d7387cc26523f.tar.xz
gsoc2013-evolution-d3145f766ad4fea8a18619d79a3d7387cc26523f.tar.zst
gsoc2013-evolution-d3145f766ad4fea8a18619d79a3d7387cc26523f.zip
Rename e-cal-view to e-calendar-view and fix includes
2004-03-15 JP Rosevear <jpr@ximian.com> * Rename e-cal-view to e-calendar-view and fix includes * gui/dialogs/comp-editor-page.c (comp_editor_page_fill_widgets): pre-conditions should return FALS * gui/e-cal-model.c (copy_ecdv): return the new struct * gui/Makefile.am: build renamed files svn path=/trunk/; revision=25075
Diffstat (limited to 'calendar/gui/e-cal-model.c')
-rw-r--r--calendar/gui/e-cal-model.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c
index adb386b79c..2cf8638f9f 100644
--- a/calendar/gui/e-cal-model.c
+++ b/calendar/gui/e-cal-model.c
@@ -1736,6 +1736,8 @@ copy_ecdv (ECellDateEditValue *ecdv)
new_ecdv = g_new0 (ECellDateEditValue, 1);
new_ecdv->tt = ecdv->tt;
new_ecdv->zone = ecdv->zone;
+
+ return new_ecdv;
}
/**