diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-10 02:55:54 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-10 02:55:54 +0800 |
commit | d21bdb01f4f21037840f8482458a8ca05b2ea4c3 (patch) | |
tree | f5f9a2017970e0d1af49840ecf7377c3436472a4 /ChangeLog | |
parent | ac0caa804c62ab537c47edd30eed00f67b6e5b41 (diff) | |
download | gsoc2013-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |