[empathy: 9/12] Chain up to the constructed call of the parent class.



commit 951970b64634802ab084cdccccce5104142ee76f
Author: Jonny Lamb <jonny lamb collabora co uk>
Date:   Sun Jun 7 14:02:30 2009 +0100

    Chain up to the constructed call of the parent class.
    
    Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
---
 libempathy-gtk/empathy-profile-chooser.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libempathy-gtk/empathy-profile-chooser.c b/libempathy-gtk/empathy-profile-chooser.c
index 2fbcaec..4869b7e 100644
--- a/libempathy-gtk/empathy-profile-chooser.c
+++ b/libempathy-gtk/empathy-profile-chooser.c
@@ -215,6 +215,9 @@ profile_chooser_constructed (GObject *object)
     gtk_combo_box_set_active_iter (GTK_COMBO_BOX (object), &iter);
 
   mc_profiles_free_list (profiles);
+
+  if (G_OBJECT_CLASS (empathy_profile_chooser_parent_class)->constructed)
+    G_OBJECT_CLASS (empathy_profile_chooser_parent_class)->constructed (object);
 }
 
 static void



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