default component classification to PUBLIC. Fixes internal bug #1066
2002-01-15 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/task-page.c (task_page_fill_widgets): default component classification to PUBLIC. Fixes internal bug #1066 svn path=/trunk/; revision=15348
This commit is contained in:
committed by
Rodrigo Moya
parent
bd788027df
commit
bda8b73fe1
@ -1,3 +1,8 @@
|
||||
2002-01-15 Rodrigo Moya <rodrigo@ximian.com>
|
||||
|
||||
* gui/dialogs/task-page.c (task_page_fill_widgets): default component
|
||||
classification to PUBLIC. Fixes internal bug #1066
|
||||
|
||||
2002-01-14 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* conduits/calendar/calendar-conduit.c: move all functions here,
|
||||
|
||||
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user