aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-attachment-icon-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-attachment-icon-view.c')
-rw-r--r--e-util/e-attachment-icon-view.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-attachment-icon-view.c b/e-util/e-attachment-icon-view.c
index 0befff00ae..98a7d87dca 100644
--- a/e-util/e-attachment-icon-view.c
+++ b/e-util/e-attachment-icon-view.c
@@ -137,6 +137,9 @@ attachment_icon_view_constructed (GObject *object)
GtkCellLayout *cell_layout;
GtkCellRenderer *renderer;
+ /* Chain up to parent's method. */
+ G_OBJECT_CLASS (e_attachment_icon_view_parent_class)->constructed (object);
+
cell_layout = GTK_CELL_LAYOUT (object);
/* This needs to happen after constructor properties are set