diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 17:23:34 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 17:23:34 +0800 |
commit | 3f704068b669debd2e5cedc9136d2196771b1e04 (patch) | |
tree | 14edf6a1789db51ada385a9cfc3c95c8e2816a4d /shell/ChangeLog | |
parent | 6354feb6d77b6f59162d2142a815fd5242fa227f (diff) | |
download | gsoc2013-evolution-3f704068b669debd2e5cedc9136d2196771b1e04.tar.gz gsoc2013-evolution-3f704068b669debd2e5cedc9136d2196771b1e04.tar.zst gsoc2013-evolution-3f704068b669debd2e5cedc9136d2196771b1e04.zip |
Sigh. If the function says "prepend", of course the function to call is
* 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.
svn path=/trunk/; revision=11771
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 |