aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2005-07-29 13:10:11 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-07-29 13:10:11 +0800
commit63780df37cc068f441247111f50f3d056a76b0d6 (patch)
treedb15a85cdd9e74d0afccd60420f901dda2ec8bd4 /calendar/gui/e-week-view.c
parent3a0d78b3c345ed1b89da702893d356747c8dd77c (diff)
downloadgsoc2013-evolution-63780df37cc068f441247111f50f3d056a76b0d6.tar
gsoc2013-evolution-63780df37cc068f441247111f50f3d056a76b0d6.tar.gz
gsoc2013-evolution-63780df37cc068f441247111f50f3d056a76b0d6.tar.bz2
gsoc2013-evolution-63780df37cc068f441247111f50f3d056a76b0d6.tar.lz
gsoc2013-evolution-63780df37cc068f441247111f50f3d056a76b0d6.tar.xz
gsoc2013-evolution-63780df37cc068f441247111f50f3d056a76b0d6.tar.zst
gsoc2013-evolution-63780df37cc068f441247111f50f3d056a76b0d6.zip
Commenting the code for marking the summary of unaccepted meetings as
2005-07-29 Chenthill Palanisamy <pchenthill@novell.com> * gui/e-day-view.c: (e_day_view_update_event_label), (e_day_view_update_long_event_label): * gui/e-week-view.c: (e_week_view_reshape_event_span): Commenting the code for marking the summary of unaccepted meetings as bold, since pango crashes for some meetings. svn path=/trunk/; revision=29926
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r--calendar/gui/e-week-view.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c
index 6c3157da5e..d15e722e6a 100644
--- a/calendar/gui/e-week-view.c
+++ b/calendar/gui/e-week-view.c
@@ -2668,10 +2668,11 @@ e_week_view_reshape_event_span (EWeekView *week_view,
"im_context", E_CANVAS (week_view->main_canvas)->im_context,
NULL);
+/* Uncomment once the pango fix is in
if (e_cal_get_static_capability (event->comp_data->client, CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING)
&& e_cal_util_component_has_attendee (event->comp_data->icalcomp)) {
set_text_as_bold (event, span);
- }
+ } */
g_signal_connect (span->text_item, "event",
G_CALLBACK (e_week_view_on_text_item_event),