diff options
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); |