Description: Chain up in location_entry_constructed
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/yelp/+bug/1404728
Forwarded: not-needed

Index: b/libyelp/yelp-location-entry.c
===================================================================
--- a/libyelp/yelp-location-entry.c
+++ b/libyelp/yelp-location-entry.c
@@ -394,6 +394,8 @@
     GtkTreeIter iter;
     YelpLocationEntryPrivate *priv = GET_PRIV (object);
 
+    G_OBJECT_CLASS (yelp_location_entry_parent_class)->constructed (object);
+
     /* Set up the text entry child */
     priv->text_entry = gtk_bin_get_child (GTK_BIN (object));
     gtk_entry_set_icon_from_icon_name (GTK_ENTRY (priv->text_entry),
