aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/schedule-page.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/schedule-page.c')
-rw-r--r--calendar/gui/dialogs/schedule-page.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/calendar/gui/dialogs/schedule-page.c b/calendar/gui/dialogs/schedule-page.c
index 0069208a81..11a7e4a1f7 100644
--- a/calendar/gui/dialogs/schedule-page.c
+++ b/calendar/gui/dialogs/schedule-page.c
@@ -406,11 +406,9 @@ init_widgets (SchedulePage *spage)
priv = spage->priv;
- g_signal_connect((priv->sel),
- "changed", G_CALLBACK (times_changed_cb), spage);
+ g_signal_connect (priv->sel, "changed", G_CALLBACK (times_changed_cb), spage);
return TRUE;
-
}
@@ -544,6 +542,6 @@ times_changed_cb (GtkWidget *widget, gpointer data)
dates.due = NULL;
dates.complete = NULL;
- comp_editor_page_notify_dates_changed (COMP_EDITOR_PAGE (spage),
- &dates);
+ comp_editor_page_notify_dates_changed (COMP_EDITOR_PAGE (spage), &dates);
+ comp_editor_page_notify_changed (COMP_EDITOR_PAGE (spage));
}