[telepathy-account-widgets] irc-network-chooser-dialog: Chain up to the parent's constructed()



commit 7d944b79961dfb6291110ceb27597a224d329b36
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Jul 26 15:14:00 2017 +0200

    irc-network-chooser-dialog: Chain up to the parent's constructed()
    
    This might be the reason why the dialog was sometimes showing only the
    currently selected network.

 .../tpaw-irc-network-chooser-dialog.c              |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tp-account-widgets/tpaw-irc-network-chooser-dialog.c 
b/tp-account-widgets/tpaw-irc-network-chooser-dialog.c
index 24e9c92..8630223 100644
--- a/tp-account-widgets/tpaw-irc-network-chooser-dialog.c
+++ b/tp-account-widgets/tpaw-irc-network-chooser-dialog.c
@@ -521,6 +521,8 @@ tpaw_irc_network_chooser_dialog_constructed (GObject *object)
   GtkToolItem *item;
   GtkStyleContext *context;
 
+  G_OBJECT_CLASS (tpaw_irc_network_chooser_dialog_parent_class)->constructed (object);
+
   g_assert (self->priv->settings != NULL);
 
   gtk_window_set_title (GTK_WINDOW (self), _("Choose an IRC network"));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]