diff options
author | Owen Taylor <otaylor@gtk.org> | 1998-04-29 02:50:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-04-29 02:50:40 +0000 |
commit | 42a7da51fc54786ff05c50e0682d4c7fde29bb05 (patch) | |
tree | fdfe033bd539c5f2f891d4f4680d3a2f69d64e84 /ChangeLog.pre-2-0 | |
parent | 2bec3fad187740de04dc6e2adbea39977d5b25f9 (diff) | |
download | gdk-pixbuf-42a7da51fc54786ff05c50e0682d4c7fde29bb05.tar.gz |
Only return FALSE when the clear event is been rejected, not when widget
Tue Apr 28 22:13:54 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtkselection.c (gtk_selection_clear): Only return
FALSE when the clear event is been rejected, not when
widget has already lost the selection. (Which should
only happen when we are setting the selection to another
widget ourself.)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index bdbbdf0fc..831b98a4a 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,18 @@ +Tue Apr 28 22:13:54 1998 Owen Taylor <otaylor@gtk.org> + + * gtk/gtkselection.c (gtk_selection_clear): Only return + FALSE when the clear event is been rejected, not when + widget has already lost the selection. (Which should + only happen when we are setting the selection to another + widget ourself.) + +Fri Apr 24 19:07:32 1998 Owen Taylor <otaylor@gtk.org> + + * gtk/gtkfixed.c gtk/gtkpaned.c gtk/gtktable.c: + + Removed the "check visibility after gtk_widget_unparent" bug + in hopefully the last three places. + Tue Apr 28 15:46:41 1998 Tim Janik <timj@gtk.org> * gtk/gtkrc.c (gtk_rc_parse_statement): allow the inclusion of other |