aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-page.c
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2004-07-12 18:29:47 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-07-12 18:29:47 +0800
commitf70356873fd0323ec43aec7e1eb5e6a51c0e6e97 (patch)
treebac8ff3dccb3651bea5cfce49e5ebc21987fb378 /calendar/gui/dialogs/event-page.c
parentd64847d599107e9b3dc1224b064045e6e2b54968 (diff)
downloadgsoc2013-evolution-f70356873fd0323ec43aec7e1eb5e6a51c0e6e97.tar
gsoc2013-evolution-f70356873fd0323ec43aec7e1eb5e6a51c0e6e97.tar.gz
gsoc2013-evolution-f70356873fd0323ec43aec7e1eb5e6a51c0e6e97.tar.bz2
gsoc2013-evolution-f70356873fd0323ec43aec7e1eb5e6a51c0e6e97.tar.lz
gsoc2013-evolution-f70356873fd0323ec43aec7e1eb5e6a51c0e6e97.tar.xz
gsoc2013-evolution-f70356873fd0323ec43aec7e1eb5e6a51c0e6e97.tar.zst
gsoc2013-evolution-f70356873fd0323ec43aec7e1eb5e6a51c0e6e97.zip
busy should be opaque, not transparent
2004-07-11 Jürg Billeter <j@bitron.ch> * gui/dialogs/event-page.c (event_page_fill_component): busy should be opaque, not transparent svn path=/trunk/; revision=26619
Diffstat (limited to 'calendar/gui/dialogs/event-page.c')
-rw-r--r--calendar/gui/dialogs/event-page.c2
1 files changed, 1 insertions, 1 deletions
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);