aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/popup-commands.c2
-rw-r--r--src/window-commands.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index d12e05ed7..d725bf743 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -233,7 +233,7 @@ save_property_url (GtkAction *action,
dialog = ephy_file_chooser_new (title, GTK_WIDGET (window),
GTK_FILE_CHOOSER_ACTION_SAVE,
EPHY_PREFS_STATE_SAVE_DIR,
- EPHY_FILE_FILTER_ALL);
+ EPHY_FILE_FILTER_NONE);
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 bb3fcc0b5..ef50f7505 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -369,7 +369,7 @@ window_cmd_file_save_as (GtkAction *action,
GTK_WIDGET (window),
GTK_FILE_CHOOSER_ACTION_SAVE,
EPHY_PREFS_STATE_SAVE_DIR,
- EPHY_FILE_FILTER_ALL);
+ EPHY_FILE_FILTER_NONE);
gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (dialog), TRUE);