diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-14 02:41:30 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-14 02:41:30 +0000 |
commit | 30b328e79aada4b0d029879e11b58cf6ca2b0073 (patch) | |
tree | 6c67157a1cf5d6e3bf7955de42994ccfe084196b /ChangeLog.pre-2-4 | |
parent | 59f712ad5f622d40ebd854dfa8d0882730adf106 (diff) | |
download | gdk-pixbuf-30b328e79aada4b0d029879e11b58cf6ca2b0073.tar.gz |
Handle the case where the pointer is moved between screens during a handle
Fri Dec 13 21:35:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkhandlebox.c (gtk_handle_box_motion): Handle
the case where the pointer is moved between screens
during a handle box drag by resetting the original
location. (#94562)
* gtk/gtkinputdialog.c (gtk_input_dialog_get_private):
Fix a leftover variable name from cut-and-paste.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 7af59c513..3ddadb63a 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,13 @@ +Fri Dec 13 21:35:12 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkhandlebox.c (gtk_handle_box_motion): Handle + the case where the pointer is moved between screens + during a handle box drag by resetting the original + location. (#94562) + + * gtk/gtkinputdialog.c (gtk_input_dialog_get_private): + Fix a leftover variable name from cut-and-paste. + Fri Dec 13 18:57:20 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkdialog.c: Change the Escape key binding to only close |