From ec13cd14dacd7ebcc32a984a4ef858073995653b Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 22 Aug 2001 12:09:12 +0000 Subject: open the tasks folder associated with the calendar being opened, and not 2001-08-22 Rodrigo Moya * gui/gnome-cal.c (gnome_calendar_open): open the tasks folder associated with the calendar being opened, and not always the local tasks.ics file * pcs/cal-factory.c (open_fn): use gnome_vfs_uri_new_private when parsing the URI to allow non-registered URIs svn path=/trunk/; revision=12379 --- calendar/pcs/cal-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/pcs') 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; -- cgit v1.2.3