[evolution/webkit] Bug #649310 - Calendar only shows midnight to noon
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit] Bug #649310 - Calendar only shows midnight to noon
- Date: Mon, 11 Jul 2011 14:52:29 +0000 (UTC)
commit c7d7e99c9eb079ff314abae08bc1c30af3f275c5
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]