From 9f58b3115eecdb0f4a4946638a577166eb849868 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 17 May 2004 17:42:53 +0000 Subject: Fixes #56373 2004-05-17 JP Rosevear Fixes #56373 * gui/comp-editor-factory.c (open_client): guess its an event for now svn path=/trunk/; revision=25932 --- calendar/ChangeLog | 7 +++++++ calendar/gui/comp-editor-factory.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1643b7b939..b6ef6d9689 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-05-17 + + Fixes #56373 + + * gui/comp-editor-factory.c (open_client): guess its an event for + now + 2004-05-17 V Ravi Kumar Raju * gui/e-alarm-list.c (get_alarm_string): diff --git a/calendar/gui/comp-editor-factory.c b/calendar/gui/comp-editor-factory.c index 3763bbdb87..79ec53c78a 100644 --- a/calendar/gui/comp-editor-factory.c +++ b/calendar/gui/comp-editor-factory.c @@ -451,8 +451,8 @@ open_client (CompEditorFactory *factory, const char *uristr) priv = factory->priv; - /* FIXME get the type here */ - client = auth_new_cal_from_uri (uristr, E_CAL_SOURCE_TYPE_LAST); + /* FIXME get the type here, breaks if its a task alarm */ + client = auth_new_cal_from_uri (uristr, E_CAL_SOURCE_TYPE_EVENT); if (!client) return NULL; -- cgit v1.2.3