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. --- e-util/e-mail-signature-script-dialog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'e-util/e-mail-signature-script-dialog.c') diff --git a/e-util/e-mail-signature-script-dialog.c b/e-util/e-mail-signature-script-dialog.c index 0d239e0dca..fe915798b6 100644 --- a/e-util/e-mail-signature-script-dialog.c +++ b/e-util/e-mail-signature-script-dialog.c @@ -351,8 +351,7 @@ mail_signature_script_dialog_constructed (GObject *object) gchar *markup; /* Chain up to parent's constructed() method. */ - G_OBJECT_CLASS (e_mail_signature_script_dialog_parent_class)-> - constructed (object); + G_OBJECT_CLASS (e_mail_signature_script_dialog_parent_class)->constructed (object); dialog = E_MAIL_SIGNATURE_SCRIPT_DIALOG (object); -- cgit v1.2.3