diff options
author | Jorge Kalmbach <kalmbach@gmail.com> | 2010-07-09 00:13:31 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-08-31 04:32:59 +0800 |
commit | dc4b96974596947f8214442327ad11b794106e3e (patch) | |
tree | a70c4ff7d0fc2b110b585380eb3f68f0c1130b63 /embed | |
parent | 8c2b91f910b3a68909654eb88e44ef83b7c68031 (diff) | |
download | gsoc2013-epiphany-dc4b96974596947f8214442327ad11b794106e3e.tar gsoc2013-epiphany-dc4b96974596947f8214442327ad11b794106e3e.tar.gz gsoc2013-epiphany-dc4b96974596947f8214442327ad11b794106e3e.tar.bz2 gsoc2013-epiphany-dc4b96974596947f8214442327ad11b794106e3e.tar.lz gsoc2013-epiphany-dc4b96974596947f8214442327ad11b794106e3e.tar.xz gsoc2013-epiphany-dc4b96974596947f8214442327ad11b794106e3e.tar.zst gsoc2013-epiphany-dc4b96974596947f8214442327ad11b794106e3e.zip |
Defaults to ALL FILES on save_as dialogs
Bug #601312
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed-persist.c | 2 |
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); |