Skip to content

Commit

Permalink
gtkclipboard: Fix typo
Browse files Browse the repository at this point in the history
The standard atom is UTF8_STRING.
  • Loading branch information
garnacho committed May 10, 2017
1 parent 91f2a31 commit 546433a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/gtkclipboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ request_text_received_func (GtkClipboard *clipboard,
if (target == gdk_atom_intern_static_string ("text/plain;charset=utf-8"))
{
gtk_clipboard_request_contents (clipboard,
gdk_atom_intern_static_string ("UTF8_TEXT"),
gdk_atom_intern_static_string ("UTF8_STRING"),
request_text_received_func, info);
return;
}
Expand Down

0 comments on commit 546433a

Please sign in to comment.