[gnome-calendar] window: update GcalSourceDialog::manager when the window's one is updated



commit b43544cae7aa669b0d24807831746303e9b21bab
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 b3fa9d2..4e255b3 100644
--- a/src/gcal-window.c
+++ b/src/gcal-window.c
@@ -1628,6 +1628,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]