diff options
Diffstat (limited to 'shell/e-task-bar.c')
-rw-r--r-- | shell/e-task-bar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-task-bar.c b/shell/e-task-bar.c index 745e8f1a5e..0df785fd10 100644 --- a/shell/e-task-bar.c +++ b/shell/e-task-bar.c @@ -125,7 +125,7 @@ e_task_bar_new (void) { ETaskBar *task_bar; - task_bar = gtk_type_new (e_task_bar_get_type ()); + task_bar = g_object_new (e_task_bar_get_type (), NULL); e_task_bar_construct (task_bar); return GTK_WIDGET (task_bar); |