diff options
Diffstat (limited to 'modules/mailto-handler/evolution-mailto-handler.c')
-rw-r--r-- | modules/mailto-handler/evolution-mailto-handler.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mailto-handler/evolution-mailto-handler.c b/modules/mailto-handler/evolution-mailto-handler.c index afba8af0c9..3649309d3c 100644 --- a/modules/mailto-handler/evolution-mailto-handler.c +++ b/modules/mailto-handler/evolution-mailto-handler.c @@ -244,8 +244,8 @@ mailto_handler_constructed (GObject *object) shell, "event::ready-to-start", G_CALLBACK (mailto_handler_check), extension); - if (G_OBJECT_CLASS (e_mailto_handler_parent_class)->constructed) - G_OBJECT_CLASS (e_mailto_handler_parent_class)->constructed (object); + /* Chain up to parent's constructed() method. */ + G_OBJECT_CLASS (e_mailto_handler_parent_class)->constructed (object); } static void |