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:
Dave Camp 2002-05-29 19:22:39 +00:00 committed by Dave Camp
parent 2aaf3c0e19
commit b179b6af11
7 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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