From bcc3a1c7e641830622690116907c02b7f89183d7 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 17 Jul 2014 12:46:38 +0200 Subject: Add missing chain-up-s to parent's constructed() method Plus a little code cleanup for easier grepping. --- mail/e-mail-config-notebook.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/e-mail-config-notebook.c') diff --git a/mail/e-mail-config-notebook.c b/mail/e-mail-config-notebook.c index a3e6f5c3a2..ec487725d9 100644 --- a/mail/e-mail-config-notebook.c +++ b/mail/e-mail-config-notebook.c @@ -315,8 +315,7 @@ mail_config_notebook_constructed (GObject *object) notebook = E_MAIL_CONFIG_NOTEBOOK (object); /* Chain up to parent's constructed() method. */ - G_OBJECT_CLASS (e_mail_config_notebook_parent_class)-> - constructed (object); + G_OBJECT_CLASS (e_mail_config_notebook_parent_class)->constructed (object); session = e_mail_config_notebook_get_session (notebook); registry = e_mail_session_get_registry (session); -- cgit v1.2.3