aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-name-selector-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-name-selector-entry.c')
-rw-r--r--e-util/e-name-selector-entry.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/e-util/e-name-selector-entry.c b/e-util/e-name-selector-entry.c
index 5a6519c39b..3ded557a66 100644
--- a/e-util/e-name-selector-entry.c
+++ b/e-util/e-name-selector-entry.c
@@ -228,8 +228,7 @@ static void
name_selector_entry_constructed (GObject *object)
{
/* Chain up to parent's constructed() method. */
- G_OBJECT_CLASS (e_name_selector_entry_parent_class)->
- constructed (object);
+ G_OBJECT_CLASS (e_name_selector_entry_parent_class)->constructed (object);
e_extensible_load_extensions (E_EXTENSIBLE (object));
}