aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view-event-item.c
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-05-09 00:37:31 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-05-09 00:37:31 +0800
commitc2dde9ab64a79b483804cddbd9622827b4b2baf2 (patch)
tree848ea1dbd04e90a67f2c1093c926f364433c66a1 /calendar/gui/e-week-view-event-item.c
parent402be120bd746fb04673cada5bf793bc76c24cab (diff)
downloadgsoc2013-evolution-c2dde9ab64a79b483804cddbd9622827b4b2baf2.tar
gsoc2013-evolution-c2dde9ab64a79b483804cddbd9622827b4b2baf2.tar.gz
gsoc2013-evolution-c2dde9ab64a79b483804cddbd9622827b4b2baf2.tar.bz2
gsoc2013-evolution-c2dde9ab64a79b483804cddbd9622827b4b2baf2.tar.lz
gsoc2013-evolution-c2dde9ab64a79b483804cddbd9622827b4b2baf2.tar.xz
gsoc2013-evolution-c2dde9ab64a79b483804cddbd9622827b4b2baf2.tar.zst
gsoc2013-evolution-c2dde9ab64a79b483804cddbd9622827b4b2baf2.zip
don't set the ico->uid to NULL or we won't find any other occurrences of
2000-05-08 Damon Chaplin <damon@helixcode.com> * gui/e-week-view.c (e_week_view_remove_event_cb): * gui/e-day-view.c (e_day_view_remove_event_cb): don't set the ico->uid to NULL or we won't find any other occurrences of the event. Set the editing_event_day/num to -1 instead. * gui/e-week-view-event-item.c (e_week_view_event_item_draw): fixed the positioning of the icons for long events. * cal-util/calobj.c (ical_object_normalize_summary): forgot to terminate the string. svn path=/trunk/; revision=2920
Diffstat (limited to 'calendar/gui/e-week-view-event-item.c')
-rw-r--r--calendar/gui/e-week-view-event-item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view-event-item.c b/calendar/gui/e-week-view-event-item.c
index 55c5e48b85..c50acabadf 100644
--- a/calendar/gui/e-week-view-event-item.c
+++ b/calendar/gui/e-week-view-event-item.c
@@ -467,7 +467,7 @@ e_week_view_event_item_draw (GnomeCanvasItem *canvas_item,
/* Draw the icons. */
if (span->text_item) {
- icon_x = span->text_item->x1;
+ icon_x = span->text_item->x1 - x;
e_week_view_event_item_draw_icons (wveitem, drawable,
icon_x, icon_y,
x2, TRUE);