aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--embed/ephy-embed-persist.c2
-rw-r--r--src/window-commands.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-embed-persist.c b/embed/ephy-embed-persist.c
index 8ee3df39e..5d7a442c0 100644
--- a/embed/ephy-embed-persist.c
+++ b/embed/ephy-embed-persist.c
@@ -824,7 +824,7 @@ ephy_embed_persist_save (EphyEmbedPersist *persist)
window,
GTK_FILE_CHOOSER_ACTION_SAVE,
priv->persist_key,
- EPHY_FILE_FILTER_ALL_SUPPORTED);
+ EPHY_FILE_FILTER_ALL);
gtk_file_chooser_set_do_overwrite_confirmation
(GTK_FILE_CHOOSER (dialog), TRUE);
diff --git a/src/window-commands.c b/src/window-commands.c
index fffefa5ca..52c20f617 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -344,7 +344,7 @@ window_cmd_file_save_as (GtkAction *action,
GTK_WIDGET (window),
GTK_FILE_CHOOSER_ACTION_SAVE,
CONF_STATE_SAVE_DIR,
- EPHY_FILE_FILTER_ALL_SUPPORTED);
+ EPHY_FILE_FILTER_ALL);
gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (dialog), TRUE);