aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-pilot-sync.c
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-07-11 06:36:06 +0800
committerSeth Alves <alves@src.gnome.org>2000-07-11 06:36:06 +0800
commit10c3eb46b17f52a04eea878d2a701e91ab4f464e (patch)
tree7eb8af23f5641cbd1a6d8da413937e28d5ea2f86 /calendar/gui/calendar-pilot-sync.c
parent52d48e02c187b07a5fa29bbeb5359052fcde4e55 (diff)
downloadgsoc2013-evolution-10c3eb46b17f52a04eea878d2a701e91ab4f464e.tar
gsoc2013-evolution-10c3eb46b17f52a04eea878d2a701e91ab4f464e.tar.gz
gsoc2013-evolution-10c3eb46b17f52a04eea878d2a701e91ab4f464e.tar.bz2
gsoc2013-evolution-10c3eb46b17f52a04eea878d2a701e91ab4f464e.tar.lz
gsoc2013-evolution-10c3eb46b17f52a04eea878d2a701e91ab4f464e.tar.xz
gsoc2013-evolution-10c3eb46b17f52a04eea878d2a701e91ab4f464e.tar.zst
gsoc2013-evolution-10c3eb46b17f52a04eea878d2a701e91ab4f464e.zip
added makefiles for calendar conduits
* configure.in: added makefiles for calendar conduits * gui/Makefile.am (SUBDIRS): * conduits/calendar/Makefile.am: moved calendar-conduit stuff from the gui directory to here. * Makefile.am (SUBDIRS): added conduits to SIBDIRS svn path=/trunk/; revision=4058
Diffstat (limited to 'calendar/gui/calendar-pilot-sync.c')
-rw-r--r--calendar/gui/calendar-pilot-sync.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/calendar-pilot-sync.c b/calendar/gui/calendar-pilot-sync.c
index d9f44c14cb..c8cd574608 100644
--- a/calendar/gui/calendar-pilot-sync.c
+++ b/calendar/gui/calendar-pilot-sync.c
@@ -747,8 +747,7 @@ gnome_calendar_load_cb (GtkWidget *cal_client,
printf ("<Syncing>\n");
sync_pilot (client, *link);
printf ("</Syncing>\n");
- }
- else {
+ } else {
if (tried) {
printf ("load and create of calendar failed\n");
return;