From 7291d8e13c913f14993758971a8e6e62e4908b12 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Fri, 17 Aug 2007 10:31:57 +0000 Subject: Fixes #420492 Fixes #420492 svn path=/trunk/; revision=34024 --- calendar/ChangeLog | 8 ++++++++ calendar/gui/dialogs/event-page.c | 2 ++ 2 files changed, 10 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7d70236218..f746e9e7f0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2007-08-17 Chenthill Palanisamy + + Fixes #420492 + * gui/dialogs/event-page.c: (event_page_fill_widgets): + set the free_busy flag properly. + + Committing on behalf of Ebby Wiselyn + 2007-08-17 Suman Manjunath reviewed by: Chenthill Palanisamy diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c index d9c16556e3..0c52fdcdbf 100644 --- a/calendar/gui/dialogs/event-page.c +++ b/calendar/gui/dialogs/event-page.c @@ -1161,10 +1161,12 @@ event_page_fill_widgets (CompEditorPage *page, ECalComponent *comp) e_cal_component_get_transparency (comp, &transparency); switch (transparency) { case E_CAL_COMPONENT_TRANSP_TRANSPARENT: + priv->show_time_as_busy = FALSE; set_busy_time_menu (epage, FALSE); break; default: + priv->show_time_as_busy = TRUE; set_busy_time_menu (epage, TRUE); break; } -- cgit v1.2.3