aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-backend.c
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-04-20 00:55:59 +0800
committerSeth Alves <alves@src.gnome.org>2000-04-20 00:55:59 +0800
commitd8e30fdcb380d2a715a915c8278a024c07c12815 (patch)
tree02b3d0230362f550ed5197663922e65e6d67879a /calendar/pcs/cal-backend.c
parentd3a3dd69a846a5642d7b66294410fb671a498ec0 (diff)
downloadgsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.tar
gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.tar.gz
gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.tar.bz2
gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.tar.lz
gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.tar.xz
gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.tar.zst
gsoc2013-evolution-d8e30fdcb380d2a715a915c8278a024c07c12815.zip
calls gnome_calendar_open instead of checking on disk and calling load or
* gui/calendar-commands.c (calendar_set_uri): calls gnome_calendar_open instead of checking on disk and calling load or create. * gui/gnome-cal.c (gnome_calendar_open): collapsed gnome_calendar_load and gnome_calendar_create into this function. added new type GnomeCalendarOpenMode which has the value CALENDAR_OPEN or CALENDAR_OPEN_OR_CREATE. svn path=/trunk/; revision=2506
Diffstat (limited to 'calendar/pcs/cal-backend.c')
-rw-r--r--calendar/pcs/cal-backend.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/pcs/cal-backend.c b/calendar/pcs/cal-backend.c
index 8c4d4d02be..b9198c54d1 100644
--- a/calendar/pcs/cal-backend.c
+++ b/calendar/pcs/cal-backend.c
@@ -205,6 +205,8 @@ save (CalBackend *backend)
/* FIX ME log */
break;
}
+
+ printf ("cal-backend: '%s' saved\n", str_uri);
}