[evolution] Bug 627244 - Bold days in "Select Date" dialog not updated when changing month



commit e96ff89249e2f393e5b2adbe7468aab03ea63fbc
Author: Fabiano FidÃncio <fabiano fidencio org>
Date:   Thu Oct 25 20:36:53 2012 -0400

    Bug 627244 - Bold days in "Select Date" dialog not updated when changing month

 widgets/misc/e-calendar-item.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/widgets/misc/e-calendar-item.c b/widgets/misc/e-calendar-item.c
index eef63a0..34f1696 100644
--- a/widgets/misc/e-calendar-item.c
+++ b/widgets/misc/e-calendar-item.c
@@ -3316,8 +3316,12 @@ e_calendar_item_set_selection_if_emission (ECalendarItem *calitem,
 		calitem->selection_from_full_week = FALSE;
 	}
 
-	if (need_update)
+	if (need_update) {
+		g_signal_emit (
+			calitem,
+			e_calendar_item_signals[DATE_RANGE_CHANGED], 0);
 		gnome_canvas_item_request_update (GNOME_CANVAS_ITEM (calitem));
+	}
 }
 
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]