diff options
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index ac067f498..8910cd71c 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -1087,7 +1087,7 @@ prefs_dialog_init (PrefsDialog *pd) G_CALLBACK (clear_cache_button_clicked_cb), dialog); encodings = EPHY_ENCODINGS (ephy_embed_shell_get_encodings - (EPHY_EMBED_SHELL (ephy_shell))); + (EPHY_EMBED_SHELL (ephy_shell_get_default ()))); create_node_combo (dialog, encodings, "ISO-8859-1"); |