aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-10 02:55:54 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-10 02:55:54 +0800
commitd21bdb01f4f21037840f8482458a8ca05b2ea4c3 (patch)
treef5f9a2017970e0d1af49840ecf7377c3436472a4 /ChangeLog
parentac0caa804c62ab537c47edd30eed00f67b6e5b41 (diff)
downloadgsoc2013-epiphany-d21bdb01f4f21037840f8482458a8ca05b2ea4c3.tar
gsoc2013-epiphany-d21bdb01f4f21037840f8482458a8ca05b2ea4c3.tar.gz
gsoc2013-epiphany-d21bdb01f4f21037840f8482458a8ca05b2ea4c3.tar.bz2
gsoc2013-epiphany-d21bdb01f4f21037840f8482458a8ca05b2ea4c3.tar.lz
gsoc2013-epiphany-d21bdb01f4f21037840f8482458a8ca05b2ea4c3.tar.xz
gsoc2013-epiphany-d21bdb01f4f21037840f8482458a8ca05b2ea4c3.tar.zst
gsoc2013-epiphany-d21bdb01f4f21037840f8482458a8ca05b2ea4c3.zip
Fix the fix for the epiphany equivalent of bug #133633. Don't convert the
2004-02-09 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (clipboard_text_received_cb), (ephy_tab_dom_mouse_click_cb): Fix the fix for the epiphany equivalent of bug #133633. Don't convert the clipboard contents directly as the souurce may not offer UTF-8 text. Instead request the contents, and gtk+ will convert it for us.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee427455c..52cde5d53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2004-02-09 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-tab.c: (clipboard_text_received_cb),
+ (ephy_tab_dom_mouse_click_cb):
+
+ Fix the fix for the epiphany equivalent of bug #133633. Don't convert
+ the clipboard contents directly as the souurce may not offer UTF-8 text.
+ Instead request the contents, and gtk+ will convert it for us.
+
+2004-02-09 Christian Persch <chpe@cvs.gnome.org>
+
* lib/egg/egg-editable-toolbar.c:
* embed/ephy-embed-popup-control.c: