aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2007-11-23 16:50:21 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-11-23 16:50:21 +0800
commitc67cc6aa87d39bf8ac6d77c54b99dc9d71dc10ac (patch)
tree420e3c3ab890f4ccf3b691095f7024bc3459fa65 /calendar/gui/e-week-view.c
parent1364889a9841256a07897eccb076377ab1419a59 (diff)
downloadgsoc2013-evolution-c67cc6aa87d39bf8ac6d77c54b99dc9d71dc10ac.tar
gsoc2013-evolution-c67cc6aa87d39bf8ac6d77c54b99dc9d71dc10ac.tar.gz
gsoc2013-evolution-c67cc6aa87d39bf8ac6d77c54b99dc9d71dc10ac.tar.bz2
gsoc2013-evolution-c67cc6aa87d39bf8ac6d77c54b99dc9d71dc10ac.tar.lz
gsoc2013-evolution-c67cc6aa87d39bf8ac6d77c54b99dc9d71dc10ac.tar.xz
gsoc2013-evolution-c67cc6aa87d39bf8ac6d77c54b99dc9d71dc10ac.tar.zst
gsoc2013-evolution-c67cc6aa87d39bf8ac6d77c54b99dc9d71dc10ac.zip
** Fix for bug #484603
2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #484603 * gui/e-week-view.c: (e_week_view_reshape_event_span): Do not forget for organizer icon when counting used icons. svn path=/trunk/; revision=34565
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r--calendar/gui/e-week-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c
index 6915ec1b7d..9d539cecba 100644
--- a/calendar/gui/e-week-view.c
+++ b/calendar/gui/e-week-view.c
@@ -2704,6 +2704,8 @@ e_week_view_reshape_event_span (EWeekView *week_view,
num_icons++;
if (e_cal_component_has_attachments (comp))
num_icons++;
+ if (e_cal_component_has_organizer (comp))
+ num_icons++;
if (event->different_timezone)
num_icons++;
num_icons += cal_comp_util_get_n_icons (comp);