diff options
Diffstat (limited to 'e-util/e-proxy-preferences.c')
-rw-r--r-- | e-util/e-proxy-preferences.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/e-util/e-proxy-preferences.c b/e-util/e-proxy-preferences.c index 774735b1f1..2af662359f 100644 --- a/e-util/e-proxy-preferences.c +++ b/e-util/e-proxy-preferences.c @@ -371,8 +371,7 @@ proxy_preferences_constructed (GObject *object) gboolean show_advanced; /* Chain up to parent's constructed() method. */ - G_OBJECT_CLASS (e_proxy_preferences_parent_class)-> - constructed (object); + G_OBJECT_CLASS (e_proxy_preferences_parent_class)->constructed (object); preferences = E_PROXY_PREFERENCES (object); registry = e_proxy_preferences_get_registry (preferences); |