diff options
Diffstat (limited to 'e-util/e-mail-identity-combo-box.c')
-rw-r--r-- | e-util/e-mail-identity-combo-box.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/e-util/e-mail-identity-combo-box.c b/e-util/e-mail-identity-combo-box.c index bc37754693..2bb17e1109 100644 --- a/e-util/e-mail-identity-combo-box.c +++ b/e-util/e-mail-identity-combo-box.c @@ -259,8 +259,7 @@ mail_identity_combo_box_constructed (GObject *object) GtkCellRenderer *cell_renderer; /* Chain up to parent's constructed() method. */ - G_OBJECT_CLASS (e_mail_identity_combo_box_parent_class)-> - constructed (object); + G_OBJECT_CLASS (e_mail_identity_combo_box_parent_class)->constructed (object); combo_box = GTK_COMBO_BOX (object); cell_layout = GTK_CELL_LAYOUT (object); |