Fix typo.
This commit is contained in:
@ -860,7 +860,7 @@ gtk_clipboard_wait_for_text (GtkClipboard *clipboard)
|
|||||||
GdkPixbuf *
|
GdkPixbuf *
|
||||||
gtk_clipboard_wait_for_image (GtkClipboard *clipboard)
|
gtk_clipboard_wait_for_image (GtkClipboard *clipboard)
|
||||||
{
|
{
|
||||||
GdkAtom target = gdk_atom_intern_static_string("image/tiff")
|
GdkAtom target = gdk_atom_intern_static_string("image/tiff");
|
||||||
int i;
|
int i;
|
||||||
GtkSelectionData *data;
|
GtkSelectionData *data;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user