diff options
Diffstat (limited to 'shell/evolution-wizard.c')
-rw-r--r-- | shell/evolution-wizard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-wizard.c b/shell/evolution-wizard.c index 3a6dd2242b..2582b8d6dd 100644 --- a/shell/evolution-wizard.c +++ b/shell/evolution-wizard.c @@ -261,7 +261,7 @@ evolution_wizard_new_full (EvolutionWizardGetControlFn get_fn, g_return_val_if_fail (num_pages > 0, NULL); g_return_val_if_fail (BONOBO_IS_EVENT_SOURCE (event_source), NULL); - wizard = gtk_type_new (evolution_wizard_get_type ()); + wizard = g_object_new (evolution_wizard_get_type (), NULL); return evolution_wizard_construct (wizard, event_source, get_fn, num_pages, closure); } |