diff options
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r-- | shell/e-splash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-splash.c b/shell/e-splash.c index cb75d35423..c2112eb3af 100644 --- a/shell/e-splash.c +++ b/shell/e-splash.c @@ -355,7 +355,7 @@ e_splash_new (void) splash_image_pixbuf = gdk_pixbuf_new_from_file (EVOLUTION_IMAGES "/splash.png", NULL); g_return_val_if_fail (splash_image_pixbuf != NULL, NULL); - new = gtk_type_new (e_splash_get_type ()); + new = g_object_new (e_splash_get_type (), NULL); e_splash_construct (new, splash_image_pixbuf); /* gdk_pixbuf_unref (splash_image_pixbuf); */ |