diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-10-21 05:22:48 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-10-21 05:22:48 +0800 |
commit | 7213f20cbdc596daa9485446f4650eb1d294736d (patch) | |
tree | 6fe8845506171bb3894e7568e903c9c86f6289ba /embed/ephy-encodings.h | |
parent | 58dde9fa0c4d501a0d32de681f79b308e7603c64 (diff) | |
download | gsoc2013-epiphany-7213f20cbdc596daa9485446f4650eb1d294736d.tar gsoc2013-epiphany-7213f20cbdc596daa9485446f4650eb1d294736d.tar.gz gsoc2013-epiphany-7213f20cbdc596daa9485446f4650eb1d294736d.tar.bz2 gsoc2013-epiphany-7213f20cbdc596daa9485446f4650eb1d294736d.tar.lz gsoc2013-epiphany-7213f20cbdc596daa9485446f4650eb1d294736d.tar.xz gsoc2013-epiphany-7213f20cbdc596daa9485446f4650eb1d294736d.tar.zst gsoc2013-epiphany-7213f20cbdc596daa9485446f4650eb1d294736d.zip |
Encoding menu improvements, Episode V: MPT strikes back.
2003-10-20 Christian Persch <chpe@cvs.gnome.org>
Encoding menu improvements, Episode V:
MPT strikes back.
* data/glade/epiphany.glade:
* embed/ephy-encodings.c: (ephy_encodings_finalize),
(ephy_encodings_init):
* embed/ephy-encodings.h:
* src/ephy-encoding-dialog.c: (encoding_is_automatic),
(sync_embed_cb), (activate_choice),
(ephy_encoding_dialog_response_cb), (view_node_selected_cb),
(view_node_activated_cb), (ephy_encoding_dialog_init):
Replace the 2-pane view with a single list, and restore
the automatic and manual radio buttons.
Diffstat (limited to 'embed/ephy-encodings.h')
-rw-r--r-- | embed/ephy-encodings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-encodings.h b/embed/ephy-encodings.h index 29034e13a..bae868529 100644 --- a/embed/ephy-encodings.h +++ b/embed/ephy-encodings.h @@ -135,8 +135,6 @@ GList *ephy_encodings_get_encodings (EphyEncodings *encodings, EphyNode *ephy_encodings_get_all (EphyEncodings *encodings); -EphyNode *ephy_encodings_get_categories (EphyEncodings *encodings); - GList *ephy_encodings_get_detectors (EphyEncodings *encodings); void ephy_encodings_add_recent (EphyEncodings *encodings, |