diff options
Diffstat (limited to 'modules/windows-sens/evolution-windows-sens.c')
-rw-r--r-- | modules/windows-sens/evolution-windows-sens.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/windows-sens/evolution-windows-sens.c b/modules/windows-sens/evolution-windows-sens.c index e0f70de4e5..cc61db63b9 100644 --- a/modules/windows-sens/evolution-windows-sens.c +++ b/modules/windows-sens/evolution-windows-sens.c @@ -585,6 +585,9 @@ windows_sens_constructed (GObject *object) cleanup: g_free (buf); } + + if (G_OBJECT_CLASS (e_windows_sens_parent_class)->constructed) + G_OBJECT_CLASS (e_windows_sens_parent_class)->constructed (object); } static void |