aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/todo
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2008-02-18 04:11:35 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-02-18 04:11:35 +0800
commit4fd506f57bbeb50e1cbb0c9feb0c578dd56396f0 (patch)
tree91e2908c894faa27bf28f22b412a0503d44fc375 /calendar/conduits/todo
parent6bd268c9938d7680bf97e1adc6c3629a67a99439 (diff)
downloadgsoc2013-evolution-4fd506f57bbeb50e1cbb0c9feb0c578dd56396f0.tar
gsoc2013-evolution-4fd506f57bbeb50e1cbb0c9feb0c578dd56396f0.tar.gz
gsoc2013-evolution-4fd506f57bbeb50e1cbb0c9feb0c578dd56396f0.tar.bz2
gsoc2013-evolution-4fd506f57bbeb50e1cbb0c9feb0c578dd56396f0.tar.lz
gsoc2013-evolution-4fd506f57bbeb50e1cbb0c9feb0c578dd56396f0.tar.xz
gsoc2013-evolution-4fd506f57bbeb50e1cbb0c9feb0c578dd56396f0.tar.zst
gsoc2013-evolution-4fd506f57bbeb50e1cbb0c9feb0c578dd56396f0.zip
** Downstream patches from OpenSUSE
2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Downstream patches from OpenSUSE * conduits/calendar/calendar-conduit.c: (local_record_to_pilot_record): * conduits/memo/memo-conduit.c: (local_record_to_pilot_record): * conduits/todo/todo-conduit.c: (local_record_to_pilot_record): svn path=/trunk/; revision=35031
Diffstat (limited to 'calendar/conduits/todo')
-rw-r--r--calendar/conduits/todo/todo-conduit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/conduits/todo/todo-conduit.c b/calendar/conduits/todo/todo-conduit.c
index e321940386..e8505e926d 100644
--- a/calendar/conduits/todo/todo-conduit.c
+++ b/calendar/conduits/todo/todo-conduit.c
@@ -621,6 +621,8 @@ local_record_to_pilot_record (EToDoLocalRecord *local,
memset (&p, 0, sizeof (GnomePilotRecord));
+ memset(&p, 0, sizeof (p));
+
p.ID = local->local.ID;
p.category = local->local.category;
p.attr = local->local.attr;