Fix coordinate translations, once and for all.

Tue Jan  8 15:53:28 2002  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkdnd.c (gtk_drag_find_widget): Fix coordinate
	translations, once and for all.

	* gtk/gtktextbuffer.c (paste_from_buffer): Free
	the ClipboardRequest structure. (#66198, HideToshi
	Tajima)
This commit is contained in:
Owen Taylor
2002-01-08 21:17:55 +00:00
committed by Owen Taylor
parent c4591330a2
commit cc605cf5f4
9 changed files with 94 additions and 23 deletions

View File

@ -2897,6 +2897,7 @@ paste_from_buffer (ClipboardRequest *request_data,
post_paste_cleanup (request_data);
g_object_unref (G_OBJECT (src_buffer));
g_free (request_data);
}
static void