aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r--src/ephy-tab.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c
index 2d62bc6de..260d58828 100644
--- a/src/ephy-tab.c
+++ b/src/ephy-tab.c
@@ -1078,7 +1078,8 @@ ephy_tab_dom_mouse_click_cb (EphyEmbed *embed,
{
gtk_selection_convert (GTK_WIDGET (window),
GDK_SELECTION_PRIMARY,
- GDK_SELECTION_TYPE_STRING,
+ /* See bug #133633 */
+ gdk_atom_intern ("UTF8_STRING", FALSE),
GDK_CURRENT_TIME);
}
/* we didn't handle the event */