[gtk+/gtk-3-22] gtkclipboard: Fix typo
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-22] gtkclipboard: Fix typo
- Date: Wed, 10 May 2017 18:35:46 +0000 (UTC)
commit a3178fd665f48cbaffae477c3b7ab1e2301e3c2d
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed May 10 20:20:50 2017 +0200
gtkclipboard: Fix typo
The standard atom is UTF8_STRING.
gtk/gtkclipboard.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c
index 7de4f60..c34c802 100644
--- a/gtk/gtkclipboard.c
+++ b/gtk/gtkclipboard.c
@@ -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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]