[epiphany] file-chooser: Add PDF to supported MIME types list



commit 4f0669654a2836b993ec00b147b8b2df2f9571c3
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jan 26 14:06:24 2020 -0600

    file-chooser: Add PDF to supported MIME types list
    
    Fixes #1073

 lib/widgets/ephy-file-chooser.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/lib/widgets/ephy-file-chooser.c b/lib/widgets/ephy-file-chooser.c
index a69958297..ac921896b 100644
--- a/lib/widgets/ephy-file-chooser.c
+++ b/lib/widgets/ephy-file-chooser.c
@@ -191,6 +191,7 @@ ephy_create_file_chooser (const char            *title,
         "message/rfc822",                                     /* MHTML */
         "multipart/related",                                  /* MHTML */
         "application/x-mimearchive",                          /* MHTML */
+        "application/pdf",
         "image/png",
         "image/jpeg",
         "image/gif",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]