diff options
Diffstat (limited to 'e-util/e-action-combo-box.c')
-rw-r--r-- | e-util/e-action-combo-box.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-action-combo-box.c b/e-util/e-action-combo-box.c index e0a9357388..14731a7983 100644 --- a/e-util/e-action-combo-box.c +++ b/e-util/e-action-combo-box.c @@ -361,6 +361,9 @@ action_combo_box_constructed (GObject *object) combo_box = GTK_COMBO_BOX (object); + /* Chain up to parent's constructed() method. */ + G_OBJECT_CLASS (e_action_combo_box_parent_class)->constructed (object); + /* This needs to happen after constructor properties are set * so that GtkCellLayout.get_area() returns something valid. */ |