From bda8b73fe19ec3881f79f8d3d8cfc575dceef6de Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 17 Jan 2002 00:42:56 +0000 Subject: default component classification to PUBLIC. Fixes internal bug #1066 2002-01-15 Rodrigo Moya * gui/dialogs/task-page.c (task_page_fill_widgets): default component classification to PUBLIC. Fixes internal bug #1066 svn path=/trunk/; revision=15348 --- calendar/gui/dialogs/task-page.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'calendar/gui/dialogs') diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c index 17dec0d212..6b55b58c84 100644 --- a/calendar/gui/dialogs/task-page.c +++ b/calendar/gui/dialogs/task-page.c @@ -446,9 +446,11 @@ task_page_fill_widgets (CompEditorPage *page, CalComponent *comp) break; default: - /* What do do? We can't g_assert_not_reached() since it is a - * value from an external file. - */ + /* default to PUBLIC */ + e_dialog_radio_set (priv->classification_public, + CAL_COMPONENT_CLASS_PUBLIC, + classification_map); + break; } /* Categories */ -- cgit v1.2.3