diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-10-06 23:23:18 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-10-06 23:23:18 +0800 |
commit | fe4a9b93de19146309bf95f3ebaf1314069c1503 (patch) | |
tree | bf30984d9d13c663b3e1eb80d49b468b4ca182b6 /calendar/gui/calendar-conduit.c | |
parent | f0ba84bd71a02e1b6af050d6f3f6d2d31d08a3e5 (diff) | |
download | gsoc2013-evolution-fe4a9b93de19146309bf95f3ebaf1314069c1503.tar gsoc2013-evolution-fe4a9b93de19146309bf95f3ebaf1314069c1503.tar.gz gsoc2013-evolution-fe4a9b93de19146309bf95f3ebaf1314069c1503.tar.bz2 gsoc2013-evolution-fe4a9b93de19146309bf95f3ebaf1314069c1503.tar.lz gsoc2013-evolution-fe4a9b93de19146309bf95f3ebaf1314069c1503.tar.xz gsoc2013-evolution-fe4a9b93de19146309bf95f3ebaf1314069c1503.tar.zst gsoc2013-evolution-fe4a9b93de19146309bf95f3ebaf1314069c1503.zip |
checks return values from gpilotd_init/connect.
* *conduit*[ch]: checks return values from gpilotd_init/connect.
* calender.c (vcalendar_create_from_calendar): removed a set
of cleanVObject cleanStrTbl, since the freed memory that the
function returned.
svn path=/trunk/; revision=1319
Diffstat (limited to 'calendar/gui/calendar-conduit.c')
-rw-r--r-- | calendar/gui/calendar-conduit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-conduit.c b/calendar/gui/calendar-conduit.c index bf6b99a278..eced34396f 100644 --- a/calendar/gui/calendar-conduit.c +++ b/calendar/gui/calendar-conduit.c @@ -1063,7 +1063,7 @@ conduit_get_gpilot_conduit (guint32 pilotId) retval = gnome_pilot_conduit_standard_abs_new ("DatebookDB", 0x64617465); g_assert (retval != NULL); - /*gnome_pilot_conduit_construct(GNOME_PILOT_CONDUIT(retval),"calendar");*/ + gnome_pilot_conduit_construct(GNOME_PILOT_CONDUIT(retval),"calendar"); cfg = g_new0(ConduitCfg,1); g_assert(cfg != NULL); |