diff options
author | Jeff Garzik <jgarzik@src.gnome.org> | 1998-11-24 04:25:38 +0000 |
---|---|---|
committer | Jeff Garzik <jgarzik@src.gnome.org> | 1998-11-24 04:25:38 +0000 |
commit | 42faec1736c32cfbe1c44ac0ca0d81445c32fd0d (patch) | |
tree | bdc11eff9e76d7bd521cd4ce48f60d4c82f40a3c /ChangeLog.pre-2-0 | |
parent | 47b3584d36b8824f488c283052793b04208a0275 (diff) | |
download | gdk-pixbuf-42faec1736c32cfbe1c44ac0ca0d81445c32fd0d.tar.gz |
Bugfix from Brandon Long <blong@fiction.net> - Do the intended thing with
* gtk/gtkclist.c: (gtk_clist_swap_rows):
Bugfix from Brandon Long <blong@fiction.net> -
Do the intended thing with 'first' and 'last' list index
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index c59e0bef2..d3f679686 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +1998-11-23 Jeff Garzik <jgarzik@pobox.com> + + * gtk/gtkclist.c: (gtk_clist_swap_rows): Bugfix from + Brandon Long <blong@fiction.net> - do the right thing with first + and last, which are the absolute values of row arguments row1 + and row2. + Mon Nov 23 04:24:55 PST 1998 Manish Singh <yosh@gimp.org> * gtk/gtkprogress.c: (gtk_progress_set_adjustment): make a saner |