discovery.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2d182a3187d3e994c9dda0629197c299041c9e43
Author:     Aron Budea <[email protected]>
AuthorDate: Sat Jun 8 02:25:21 2019 +0200
Commit:     Aron Budea <[email protected]>
CommitDate: Sat Jun 22 16:40:01 2019 +0200

    Make ODG view-only in discovery.xml
    
    Change-Id: I09cc68f71ae432ba249dbf0940ea715fb6f8b7cf
    Reviewed-on: https://gerrit.libreoffice.org/73692
    Reviewed-by: Andras Timar <[email protected]>
    Tested-by: Andras Timar <[email protected]>
    (cherry picked from commit a9aa9f316ddb085d88f7787034713665b65c73b0)
    Reviewed-on: https://gerrit.libreoffice.org/74565
    Reviewed-by: Aron Budea <[email protected]>
    Tested-by: Aron Budea <[email protected]>

diff --git a/discovery.xml b/discovery.xml
index b2999b8cf..517485642 100644
--- a/discovery.xml
+++ b/discovery.xml
@@ -52,10 +52,10 @@
             <action name="view" ext="sxd"/>
         </app>
         <app name="application/vnd.oasis.opendocument.graphics">
-            <action name="edit" ext="odg"/>
+            <action name="view" ext="odg"/>
         </app>
        <app name="application/vnd.oasis.opendocument.graphics-flat-xml">
-            <action name="edit" ext="fodg"/>
+            <action name="view" ext="fodg"/>
         </app>
 
        <!-- Chart documents -->
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to