diff options
Diffstat (limited to 'modules/offline-alert/evolution-offline-alert.c')
-rw-r--r-- | modules/offline-alert/evolution-offline-alert.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/offline-alert/evolution-offline-alert.c b/modules/offline-alert/evolution-offline-alert.c index ad6cd3607c..fa2a4efcc7 100644 --- a/modules/offline-alert/evolution-offline-alert.c +++ b/modules/offline-alert/evolution-offline-alert.c @@ -173,8 +173,8 @@ offline_alert_constructed (GObject *object) shell, "window-created", G_CALLBACK (offline_alert_window_created_cb), extension); - if (G_OBJECT_CLASS (e_offline_alert_parent_class)->constructed) - G_OBJECT_CLASS (e_offline_alert_parent_class)->constructed (object); + /* Chain up to parent's constructed() method. */ + G_OBJECT_CLASS (e_offline_alert_parent_class)->constructed (object); } static void |