aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-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-day-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-day-view.c')
-rw-r--r--calendar/gui/e-day-view.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c
index 0cfcab019c..7c65d84d45 100644
--- a/calendar/gui/e-day-view.c
+++ b/calendar/gui/e-day-view.c
@@ -1880,9 +1880,9 @@ e_day_view_update_event_label (EDayView *day_view,
"text", text,
NULL);
- if (e_cal_get_static_capability (event->comp_data->client, CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING)
+/* 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);
+ set_text_as_bold (event); */
if (free_text)
g_free (text);
@@ -1908,9 +1908,9 @@ e_day_view_update_long_event_label (EDayView *day_view,
"text", summary ? summary : "",
NULL);
- if (e_cal_get_static_capability (event->comp_data->client, CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING)
+/* 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);
+ set_text_as_bold (event); */
}