forked from AuroraMiddleware/gtk
gtkclipboard: Fix typo
The standard atom is UTF8_STRING.
This commit is contained in:
parent
1a489831b3
commit
a3178fd665
@ -1045,7 +1045,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