summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2017-07-26 15:14:00 +0200
committerDebarshi Ray <debarshir@gnome.org>2017-07-26 15:22:15 +0200
commit7d944b79961dfb6291110ceb27597a224d329b36 (patch)
tree463d58c75f59048232cd595e0946e7b91fa4df47
parent7790f4cd443affa9b687f15a6d7566ae87087c02 (diff)
downloadtelepathy-account-widgets-7d944b79961dfb6291110ceb27597a224d329b36.tar.gz
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.
-rw-r--r--tp-account-widgets/tpaw-irc-network-chooser-dialog.c2
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 24e9c92f..86302237 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"));