aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-gray-bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-gray-bar.c')
-rw-r--r--shell/e-gray-bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-gray-bar.c b/shell/e-gray-bar.c
index 2060af2229..0e8aab0332 100644
--- a/shell/e-gray-bar.c
+++ b/shell/e-gray-bar.c
@@ -98,7 +98,7 @@ e_gray_bar_new (void)
{
GtkWidget *new;
- new = gtk_type_new (e_gray_bar_get_type ());
+ new = g_object_new (e_gray_bar_get_type (), NULL);
return new;
}