aboutsummaryrefslogtreecommitdiffstats
path: root/modules/settings/e-settings-spell-entry.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-07-17 18:46:38 +0800
committerMilan Crha <mcrha@redhat.com>2014-07-17 18:46:38 +0800
commitbcc3a1c7e641830622690116907c02b7f89183d7 (patch)
tree108cc4feb3c005de920a4b0c86cf414ec7d89e99 /modules/settings/e-settings-spell-entry.c
parent968a7477c72124fc0f7af837b4894db6ee4553d2 (diff)
downloadgsoc2013-evolution-bcc3a1c7e641830622690116907c02b7f89183d7.tar
gsoc2013-evolution-bcc3a1c7e641830622690116907c02b7f89183d7.tar.gz
gsoc2013-evolution-bcc3a1c7e641830622690116907c02b7f89183d7.tar.bz2
gsoc2013-evolution-bcc3a1c7e641830622690116907c02b7f89183d7.tar.lz
gsoc2013-evolution-bcc3a1c7e641830622690116907c02b7f89183d7.tar.xz
gsoc2013-evolution-bcc3a1c7e641830622690116907c02b7f89183d7.tar.zst
gsoc2013-evolution-bcc3a1c7e641830622690116907c02b7f89183d7.zip
Add missing chain-up-s to parent's constructed() method
Plus a little code cleanup for easier grepping.
Diffstat (limited to 'modules/settings/e-settings-spell-entry.c')
-rw-r--r--modules/settings/e-settings-spell-entry.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/settings/e-settings-spell-entry.c b/modules/settings/e-settings-spell-entry.c
index df8cbf6eb2..77dae81de2 100644
--- a/modules/settings/e-settings-spell-entry.c
+++ b/modules/settings/e-settings-spell-entry.c
@@ -52,8 +52,7 @@ settings_spell_entry_constructed (GObject *object)
g_object_unref (settings);
/* Chain up to parent's constructed() method. */
- G_OBJECT_CLASS (e_settings_spell_entry_parent_class)->
- constructed (object);
+ G_OBJECT_CLASS (e_settings_spell_entry_parent_class)->constructed (object);
}
static void