diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 67f3dd9fc6..597efe29e0 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2001-08-08 Ettore Perazzoli <ettore@ximian.com> + + * e-task-bar.c (e_task_bar_prepend_task): Sigh. If the function + says "prepend", of course the function to call is + `g_list_prepend()', not `g_list_append()'. You dumbass. + 2001-08-08 Jason Leach <jleach@ximian.com> * e-shell-folder-creation-dialog.c |