aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-time-sel.c
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2009-01-07 12:07:10 +0800
committerSuman Manjunath <msuman@src.gnome.org>2009-01-07 12:07:10 +0800
commitb3c048bed92ef986192cfe60926d8110fffb1299 (patch)
tree618b8053d952776f1c2101d915f0a399ced575a8 /calendar/gui/e-meeting-time-sel.c
parent7ee6b47dbca198102e63956e1d8f78cdd750a234 (diff)
downloadgsoc2013-evolution-b3c048bed92ef986192cfe60926d8110fffb1299.tar
gsoc2013-evolution-b3c048bed92ef986192cfe60926d8110fffb1299.tar.gz
gsoc2013-evolution-b3c048bed92ef986192cfe60926d8110fffb1299.tar.bz2
gsoc2013-evolution-b3c048bed92ef986192cfe60926d8110fffb1299.tar.lz
gsoc2013-evolution-b3c048bed92ef986192cfe60926d8110fffb1299.tar.xz
gsoc2013-evolution-b3c048bed92ef986192cfe60926d8110fffb1299.tar.zst
gsoc2013-evolution-b3c048bed92ef986192cfe60926d8110fffb1299.zip
Part of fix for bug #443544 (bugzilla.novell.com) - Handle E_MEETING_FREE_BUSY_FREE.
svn path=/trunk/; revision=37005
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.c')
-rw-r--r--calendar/gui/e-meeting-time-sel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c
index c3e3bd9104..f9c66449b2 100644
--- a/calendar/gui/e-meeting-time-sel.c
+++ b/calendar/gui/e-meeting-time-sel.c
@@ -649,6 +649,7 @@ e_meeting_time_selector_construct (EMeetingTimeSelector * mts, EMeetingStore *em
e_meeting_time_selector_alloc_named_color (mts, "white", &mts->attendee_list_bg_color);
e_meeting_time_selector_alloc_named_color (mts, "snow4", &mts->meeting_time_bg_color);
+ e_meeting_time_selector_alloc_named_color (mts, "snow", &mts->busy_colors[E_MEETING_FREE_BUSY_FREE]);
e_meeting_time_selector_alloc_named_color (mts, "yellow", &mts->busy_colors[E_MEETING_FREE_BUSY_TENTATIVE]);
e_meeting_time_selector_alloc_named_color (mts, "blue", &mts->busy_colors[E_MEETING_FREE_BUSY_BUSY]);
e_meeting_time_selector_alloc_named_color (mts, "orange4", &mts->busy_colors[E_MEETING_FREE_BUSY_OUT_OF_OFFICE]);