diff options
Diffstat (limited to 'modules/plugin-manager/evolution-plugin-manager.c')
-rw-r--r-- | modules/plugin-manager/evolution-plugin-manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/plugin-manager/evolution-plugin-manager.c b/modules/plugin-manager/evolution-plugin-manager.c index de1df62a5d..a7f7580c86 100644 --- a/modules/plugin-manager/evolution-plugin-manager.c +++ b/modules/plugin-manager/evolution-plugin-manager.c @@ -501,8 +501,8 @@ plugin_manager_constructed (GObject *object) g_object_unref (action); - if (G_OBJECT_CLASS (e_plugin_manager_parent_class)->constructed) - G_OBJECT_CLASS (e_plugin_manager_parent_class)->constructed (object); + /* Chain up to parent's constructed() method. */ + G_OBJECT_CLASS (e_plugin_manager_parent_class)->constructed (object); } static void |