[evolution/wip/gsettings] Bug #649310 - Calendar only shows midnight to noon
- From: Rodrigo Moya <rodrigo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/gsettings] Bug #649310 - Calendar only shows midnight to noon
- Date: Wed, 29 Jun 2011 17:50:34 +0000 (UTC)
commit e529198d32b2e1359350af638a2d980938077c65
Author: Milan Crha <mcrha redhat com>
Date: Thu Jun 2 13:06:59 2011 +0200
Bug #649310 - Calendar only shows midnight to noon
calendar/gui/e-day-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c
index 1591bc6..4aa8771 100644
--- a/calendar/gui/e-day-view.c
+++ b/calendar/gui/e-day-view.c
@@ -559,7 +559,7 @@ day_view_constructed (GObject *object)
model = e_calendar_view_get_model (E_CALENDAR_VIEW (day_view));
g_signal_connect_swapped (
- model, "notify::time-divisions",
+ day_view, "notify::time-divisions",
G_CALLBACK (day_view_notify_time_divisions_cb), day_view);
g_signal_connect_swapped (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]