diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-02-27 19:23:39 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-02-27 19:23:39 +0800 |
commit | 629007ce134231d72cc85db3a411c0e3ec303c63 (patch) | |
tree | 91b0961e0a838d5f59abc2448a56c681cd88017a | |
parent | 026b90333c7c21998f1832c0e741937c6108d196 (diff) | |
download | gsoc2013-epiphany-629007ce134231d72cc85db3a411c0e3ec303c63.tar.gz gsoc2013-epiphany-629007ce134231d72cc85db3a411c0e3ec303c63.tar.zst gsoc2013-epiphany-629007ce134231d72cc85db3a411c0e3ec303c63.zip |
Add FIXME about encodings.
svn path=/trunk/; revision=8818
-rw-r--r-- | src/ephy-encoding-menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-encoding-menu.c b/src/ephy-encoding-menu.c index ea977bc46..4c0f955e1 100644 --- a/src/ephy-encoding-menu.c +++ b/src/ephy-encoding-menu.c @@ -132,6 +132,7 @@ update_encoding_menu_cb (GtkAction *dummy, EphyEncodingMenu *menu) /* get most recently used encodings */ recent = ephy_encodings_get_recent (p->encodings); + /* FIXME: need a plain get_encoding API in WebKit to complete this */ embed = ephy_embed_container_get_active_child (EPHY_EMBED_CONTAINER (p->window)); view = EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED (embed); encoding = webkit_web_view_get_custom_encoding (view); |