diff options
author | Milan Crha <mcrha@redhat.com> | 2014-07-17 18:46:38 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-07-17 18:46:38 +0800 |
commit | bcc3a1c7e641830622690116907c02b7f89183d7 (patch) | |
tree | 108cc4feb3c005de920a4b0c86cf414ec7d89e99 /e-util/e-proxy-link-selector.c | |
parent | 968a7477c72124fc0f7af837b4894db6ee4553d2 (diff) | |
download | gsoc2013-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 'e-util/e-proxy-link-selector.c')
-rw-r--r-- | e-util/e-proxy-link-selector.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/e-util/e-proxy-link-selector.c b/e-util/e-proxy-link-selector.c index 360604b141..4e1a62d982 100644 --- a/e-util/e-proxy-link-selector.c +++ b/e-util/e-proxy-link-selector.c @@ -149,8 +149,7 @@ proxy_link_selector_constructed (GObject *object) (GDestroyNotify) g_object_unref); /* Chain up to parent's constructed() method. */ - G_OBJECT_CLASS (e_proxy_link_selector_parent_class)-> - constructed (object); + G_OBJECT_CLASS (e_proxy_link_selector_parent_class)->constructed (object); /* This triggers a model rebuild, so chain up first. */ e_source_selector_set_show_icons (selector, TRUE); |