[evolution/clutter-calendar-v2] Fix the marcus bains animated movment on the main item.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/clutter-calendar-v2] Fix the marcus bains animated movment on the main item.
- Date: Thu, 2 Sep 2010 09:41:35 +0000 (UTC)
commit 3adc954745640acd97d82c7983406d7f5addfd45
Author: Srinivasa Ragavan <sragavan gnome org>
Date: Thu Sep 2 15:08:21 2010 +0530
Fix the marcus bains animated movment on the main item.
calendar/gui/e-day-view-clutter-main-item.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/calendar/gui/e-day-view-clutter-main-item.c b/calendar/gui/e-day-view-clutter-main-item.c
index bbeeef8..ba012ff 100644
--- a/calendar/gui/e-day-view-clutter-main-item.c
+++ b/calendar/gui/e-day-view-clutter-main-item.c
@@ -1483,6 +1483,7 @@ e_day_view_clutter_main_item_update_marcus_bains (EDayViewClutterMainItem *item)
(day_start.day == time_now.day)) {
grid_x1 = day_view->day_offsets[day] - x + E_DAY_VIEW_BAR_WIDTH;
+ grid_x2 = day_view->day_offsets[day + 1] - x - 1;
if (grid_x2-grid_x1 <= 0)
continue;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]