diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-12-17 01:29:43 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-12-17 01:29:43 +0800 |
commit | 7a407a918297b8c54ee79174aac54bc84de97d29 (patch) | |
tree | 2b23c9bb51f5b388861697b0470652ec5a5e1e44 /embed/ephy-encodings.c | |
parent | 7339c460e72364aad2de893ab3c13549efc01d9b (diff) | |
download | gsoc2013-epiphany-7a407a918297b8c54ee79174aac54bc84de97d29.tar.gz gsoc2013-epiphany-7a407a918297b8c54ee79174aac54bc84de97d29.tar.zst gsoc2013-epiphany-7a407a918297b8c54ee79174aac54bc84de97d29.zip |
*** empty log message ***
Diffstat (limited to 'embed/ephy-encodings.c')
-rw-r--r-- | embed/ephy-encodings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c index 8373ae52c..c50ba19c2 100644 --- a/embed/ephy-encodings.c +++ b/embed/ephy-encodings.c @@ -259,7 +259,6 @@ ephy_encodings_get_encodings (EphyEncodings *encodings, list = g_list_prepend (list, kid); } } - ephy_node_thaw (encodings->priv->encodings); return list; } |