[gnome-calendar/calendar-editor] window: update GcalSourceDialog::manager when the window's one is updated
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/calendar-editor] window: update GcalSourceDialog::manager when the window's one is updated
- Date: Mon, 23 Feb 2015 19:35:24 +0000 (UTC)
commit 7f32fabdd318e48ef95f9c7df73cda47f8394512
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Feb 23 16:35:01 2015 -0300
window: update GcalSourceDialog::manager when the window's one is updated
src/gcal-window.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gcal-window.c b/src/gcal-window.c
index d75bebd..e696285 100644
--- a/src/gcal-window.c
+++ b/src/gcal-window.c
@@ -1576,6 +1576,7 @@ gcal_window_set_property (GObject *object,
g_signal_connect (priv->manager, "source-removed", G_CALLBACK (remove_source), object);
gcal_year_view_set_manager (GCAL_YEAR_VIEW (priv->year_view), priv->manager);
+ gcal_source_dialog_set_manager (GCAL_SOURCE_DIALOG (priv->source_dialog), priv->manager);
update_current_date (GCAL_WINDOW (object));
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]