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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user