aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/pcs')
-rw-r--r--calendar/pcs/cal-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/pcs/cal-factory.c b/calendar/pcs/cal-factory.c
index d01349fb8f..86090fc2bb 100644
--- a/calendar/pcs/cal-factory.c
+++ b/calendar/pcs/cal-factory.c
@@ -323,7 +323,7 @@ open_fn (gpointer data)
/* Check the URI */
- uri = gnome_vfs_uri_new (jd->uri);
+ uri = gnome_vfs_uri_new_private (jd->uri, TRUE, TRUE, TRUE);
g_free (jd->uri);
only_if_exists = jd->only_if_exists;