From f70356873fd0323ec43aec7e1eb5e6a51c0e6e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=83=C2=BCrg=20Billeter?= Date: Mon, 12 Jul 2004 10:29:47 +0000 Subject: busy should be opaque, not transparent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2004-07-11 Jürg Billeter * gui/dialogs/event-page.c (event_page_fill_component): busy should be opaque, not transparent svn path=/trunk/; revision=26619 --- calendar/ChangeLog | 5 +++++ calendar/gui/dialogs/event-page.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8be279405a..564818f693 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-07-11 Jürg Billeter + + * gui/dialogs/event-page.c (event_page_fill_component): + busy should be opaque, not transparent + 2004-07-09 Rodrigo Moya Revert my patches from July 5th and 6th. diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c index 018ecd3a14..af7768e69f 100644 --- a/calendar/gui/dialogs/event-page.c +++ b/calendar/gui/dialogs/event-page.c @@ -926,7 +926,7 @@ event_page_fill_component (CompEditorPage *page, ECalComponent *comp) /* Show Time As (Transparency) */ busy = e_dialog_toggle_get (priv->show_time_as_busy); - e_cal_component_set_transparency (comp, busy ? E_CAL_COMPONENT_TRANSP_TRANSPARENT : E_CAL_COMPONENT_TRANSP_OPAQUE); + e_cal_component_set_transparency (comp, busy ? E_CAL_COMPONENT_TRANSP_OPAQUE : E_CAL_COMPONENT_TRANSP_TRANSPARENT); /* Alarm */ e_cal_component_remove_all_alarms (comp); -- cgit v1.2.3