summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2006-05-29 08:39:00 +0000
committerMichael Natterer <mitch@src.gnome.org>2006-05-29 08:39:00 +0000
commit3170d5a2a7b3b9344087380ec26f8901125ba41a (patch)
tree6b98097dc67f7dab70b54b60f3e265e1c1aadb9e /ChangeLog
parent249cca433e1376b45785d5d4d49aa30c1d8d1272 (diff)
downloadgdk-pixbuf-3170d5a2a7b3b9344087380ec26f8901125ba41a.tar.gz
applied patch from Chris Wilson which replaces a useless loop with
2006-05-29 Michael Natterer <mitch@imendio.com> * gtk/gtktextview.c (gtk_text_view_target_list_notify): applied patch from Chris Wilson which replaces a useless loop with built-in access to free'd memory by a simple integer comparison. Fixes bug #342894.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec6b6542c..99c1ad23f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-29 Michael Natterer <mitch@imendio.com>
+
+ * gtk/gtktextview.c (gtk_text_view_target_list_notify): applied
+ patch from Chris Wilson which replaces a useless loop with
+ built-in access to free'd memory by a simple integer comparison.
+ Fixes bug #342894.
+
2006-05-29 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): select