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 f732d59a69..2c89b016f3 100644 --- a/shell/e-task-bar.c +++ b/shell/e-task-bar.c @@ -107,7 +107,7 @@ e_task_bar_prepend_task (ETaskBar *task_bar, box = GTK_BOX (task_bar); - box->children = g_list_append (box->children, child_info); + box->children = g_list_prepend (box->children, child_info); gtk_widget_set_parent (GTK_WIDGET (task_widget), GTK_WIDGET (task_bar)); |