diff options
-rw-r--r-- | src/epiphany.gresource.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/epiphany.gresource.xml b/src/epiphany.gresource.xml index 1b881c0df..b75646667 100644 --- a/src/epiphany.gresource.xml +++ b/src/epiphany.gresource.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <gresources> <gresource prefix="/org/gnome/epiphany"> - <file compressed="true">epiphany.ui</file> - <file compressed="true">prefs-dialog.ui</file> - <file>epiphany-application-menu.ui</file> - <file>epiphany-ui.xml</file> - <file>epiphany-bookmark-editor-ui.xml</file> - <file>epiphany-history-window-ui.xml</file> + <file preprocess="xml-stripblanks" compressed="true">epiphany.ui</file> + <file preprocess="xml-stripblanks" compressed="true">prefs-dialog.ui</file> + <file preprocess="xml-stripblanks">epiphany-application-menu.ui</file> + <file preprocess="xml-stripblanks">epiphany-ui.xml</file> + <file preprocess="xml-stripblanks">epiphany-bookmark-editor-ui.xml</file> + <file preprocess="xml-stripblanks">epiphany-history-window-ui.xml</file> <file>epiphany.css</file> </gresource> </gresources> |