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. --- modules/mail/e-mail-shell-backend.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/mail/e-mail-shell-backend.c') diff --git a/modules/mail/e-mail-shell-backend.c b/modules/mail/e-mail-shell-backend.c index 321e1032e3..1c3ba28f0d 100644 --- a/modules/mail/e-mail-shell-backend.c +++ b/modules/mail/e-mail-shell-backend.c @@ -653,8 +653,7 @@ mail_shell_backend_constructed (GObject *object) shell = e_shell_backend_get_shell (shell_backend); /* Chain up to parent's constructed() method. */ - G_OBJECT_CLASS (e_mail_shell_backend_parent_class)-> - constructed (object); + G_OBJECT_CLASS (e_mail_shell_backend_parent_class)->constructed (object); mail_shell_backend_init_importers (); -- cgit v1.2.3