diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-07-04 05:12:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-04 05:12:47 +0000 |
commit | b98e17c85088757547a38268818597eaf03028ef (patch) | |
tree | 3695faac902260cf68dc903a92e470da4c800f6c /ChangeLog.pre-2-10 | |
parent | e3fbe3c14f57b642e163ba1bf5e509b2154e2cdc (diff) | |
download | gtk+-b98e17c85088757547a38268818597eaf03028ef.tar.gz |
Don't crash if somebody tries to move a node after itself in a list of
Sun Jul 4 01:11:07 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreestore.c (gtk_tree_store_move): Don't crash if
somebody tries to move a node after itself in a list of
length 1. (#145291, Sampo Nurmentaus)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 901dbaba48..d88bba1074 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Sun Jul 4 01:11:07 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtktreestore.c (gtk_tree_store_move): Don't crash if + somebody tries to move a node after itself in a list of + length 1. (#145291, Sampo Nurmentaus) + Sat Jul 3 23:43:23 2004 Matthias Clasen <maclas@gmx.de> * docs/faq/gtk-faq.sgml: |