aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorJorge Kalmbach <kalmbach@gmail.com>2010-07-09 00:13:31 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-07-09 07:14:39 +0800
commit558c45e9d5e44d37d68b8f437f88d5ab1085d586 (patch)
treef2a67ef07d858f4958df2602b5bad366d6ae6b8b /embed
parent92b4cd1f8611e33c93d3db46aef6c2405a86d26d (diff)
downloadgsoc2013-epiphany-558c45e9d5e44d37d68b8f437f88d5ab1085d586.tar
gsoc2013-epiphany-558c45e9d5e44d37d68b8f437f88d5ab1085d586.tar.gz
gsoc2013-epiphany-558c45e9d5e44d37d68b8f437f88d5ab1085d586.tar.bz2
gsoc2013-epiphany-558c45e9d5e44d37d68b8f437f88d5ab1085d586.tar.lz
gsoc2013-epiphany-558c45e9d5e44d37d68b8f437f88d5ab1085d586.tar.xz
gsoc2013-epiphany-558c45e9d5e44d37d68b8f437f88d5ab1085d586.tar.zst
gsoc2013-epiphany-558c45e9d5e44d37d68b8f437f88d5ab1085d586.zip
Defaults to ALL FILES on save_as dialogs
Bug #601312
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed-persist.c2
1 files changed, 1 insertions, 1 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);