diff options
author | Milan Crha <mcrha@redhat.com> | 2009-07-30 17:22:59 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-07-30 17:22:59 +0800 |
commit | f093350819edeba7728af7f216d1429f8bcd5926 (patch) | |
tree | 0324e8ef276ec4d3875b29d174edaa7f39bfaf97 /calendar/gui/e-week-view.c | |
parent | c485a5b5f41802bddb5cd17302b388ab5115aa22 (diff) | |
download | gsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.tar.gz gsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.tar.zst gsoc2013-evolution-f093350819edeba7728af7f216d1429f8bcd5926.zip |
Bug #300567 - Calendar drawing optimizations
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r-- | calendar/gui/e-week-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index abf18ccd1d..f3c3100763 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -2817,7 +2817,7 @@ e_week_view_reshape_event_span (EWeekView *week_view, num_icons++; if (event->different_timezone) num_icons++; - num_icons += cal_comp_util_get_n_icons (comp); + num_icons += cal_comp_util_get_n_icons (comp, NULL); } /* Create the background canvas item if necessary. */ |