mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
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"))
|
if (target == gdk_atom_intern_static_string ("text/plain;charset=utf-8"))
|
||||||
{
|
{
|
||||||
gtk_clipboard_request_contents (clipboard,
|
gtk_clipboard_request_contents (clipboard,
|
||||||
gdk_atom_intern_static_string ("UTF8_TEXT"),
|
gdk_atom_intern_static_string ("UTF8_STRING"),
|
||||||
request_text_received_func, info);
|
request_text_received_func, info);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user