mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Disconnect from keypress events.
2002-05-29 Dave Camp <dave@ximian.com> * gtk/gtkdnd.c (gtk_drag_end): Disconnect from keypress events.
This commit is contained in:
parent
2aaf3c0e19
commit
b179b6af11
@ -1,3 +1,7 @@
|
||||
2002-05-29 Dave Camp <dave@ximian.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_end): Disconnect from keypress events.
|
||||
|
||||
2002-05-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move): Markup fixes
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-05-29 Dave Camp <dave@ximian.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_end): Disconnect from keypress events.
|
||||
|
||||
2002-05-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move): Markup fixes
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-05-29 Dave Camp <dave@ximian.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_end): Disconnect from keypress events.
|
||||
|
||||
2002-05-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move): Markup fixes
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-05-29 Dave Camp <dave@ximian.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_end): Disconnect from keypress events.
|
||||
|
||||
2002-05-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move): Markup fixes
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-05-29 Dave Camp <dave@ximian.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_end): Disconnect from keypress events.
|
||||
|
||||
2002-05-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move): Markup fixes
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-05-29 Dave Camp <dave@ximian.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_end): Disconnect from keypress events.
|
||||
|
||||
2002-05-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_move): Markup fixes
|
||||
|
@ -3041,6 +3041,9 @@ gtk_drag_end (GtkDragSourceInfo *info, guint32 time)
|
||||
gtk_signal_disconnect_by_func (GTK_OBJECT (info->ipc_widget),
|
||||
GTK_SIGNAL_FUNC (gtk_drag_motion_cb),
|
||||
info);
|
||||
gtk_signal_disconnect_by_func (GTK_OBJECT (info->ipc_widget),
|
||||
GTK_SIGNAL_FUNC (gtk_drag_key_cb),
|
||||
info);
|
||||
|
||||
/* Send on a release pair to the the original
|
||||
* widget to convince it to release its grab. We need to
|
||||
|
Loading…
Reference in New Issue
Block a user