diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-02-01 19:05:18 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-02-01 19:05:18 +0000 |
commit | cacec65e9e410527f32b89a97a29c23d213724b2 (patch) | |
tree | a4277821d7480a3d466cd3e72971b867b9e0a416 /ChangeLog.pre-2-0 | |
parent | 50ab749f4bc6378767f2c252b30e128b577c66f8 (diff) | |
download | gtk+-cacec65e9e410527f32b89a97a29c23d213724b2.tar.gz |
Add some sanity checks if the widget passed to gtk_drag_get_data() was not
Wed Feb 2 11:58:05 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
checks if the widget passed to gtk_drag_get_data() was not the
dest widget.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 317ed087b2..9700b9a706 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Wed Feb 2 11:58:05 2000 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity + checks if the widget passed to gtk_drag_get_data() was not the + dest widget. + 2000-01-31 Yuan-Chung Cheng <platin@linux.org.tw> * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS. |