[gnome-boxes/support-img-for-cddvds] properties-window: Support "application/x-raw-disk-image" in filechooser



commit 05eb88dce820025d932028a4626efedaccbe4186
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Feb 12 15:07:10 2018 +0100

    properties-window: Support "application/x-raw-disk-image" in filechooser
    
    Allows adding ".img" as CD/DVDs of a box.
    
    Fixes #142

 data/ui/properties-window.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/ui/properties-window.ui b/data/ui/properties-window.ui
index 63283400..ab5dc857 100644
--- a/data/ui/properties-window.ui
+++ b/data/ui/properties-window.ui
@@ -99,6 +99,7 @@
   <object class="GtkFileFilter" id="supported_files_filter">
     <mime-types>
       <mime-type>application/x-cd-image</mime-type>
+      <mime-type>application/x-raw-disk-image</mime-type>
     </mime-types>
   </object>
 </interface>


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