aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-about-box.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-about-box.c')
-rw-r--r--shell/e-shell-about-box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c
index 49382cdf99..a71fb553aa 100644
--- a/shell/e-shell-about-box.c
+++ b/shell/e-shell-about-box.c
@@ -385,7 +385,7 @@ e_shell_about_box_new (void)
{
EShellAboutBox *about_box;
- about_box = gtk_type_new (e_shell_about_box_get_type ());
+ about_box = g_object_new (e_shell_about_box_get_type (), NULL);
return GTK_WIDGET (about_box);
}