summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-03-30 17:37:42 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-30 17:37:42 +0000
commitdd58d2339030bd9222fb4b01faf883545102f58c (patch)
treed6e518bcbb28b21a5555e4ff4a29e8a63a5d28f5 /ChangeLog
parent118003400a7a18a4cf8c21e71e476d61d988733f (diff)
downloadgtk+-dd58d2339030bd9222fb4b01faf883545102f58c.tar.gz
Don't accept n_targets == -1. (clipboard_unset): unref the old_data, not
2005-03-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkclipboard.c (gtk_clipboard_set_can_store): Don't accept n_targets == -1. (clipboard_unset): unref the old_data, not the user_data which we have just cleared. (#172038, Sven Neumann)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28e86a6267..59a7fd004f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-03-30 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkclipboard.c (gtk_clipboard_set_can_store):
+ Don't accept n_targets == -1.
+ (clipboard_unset): unref the old_data, not the
+ user_data which we have just cleared. (#172038, Sven
+ Neumann)
+
* gtk/gtkcombobox.c (gtk_combo_box_popup): Don't
segfault if somebody tries to popup an unrealized
combo box. (#172031, Felipe Heidrich)