forked from AuroraMiddleware/gtk
gtkclipboard: Fix typo
The standard atom is UTF8_STRING.
This commit is contained in:
parent
91f2a310ab
commit
546433a4b7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user