[ghex] Fix loading resource files



commit 138cdc468a628c8ec1e97211f1287de1389f65a0
Author: Kalev Lember <klember redhat com>
Date:   Wed Feb 20 03:50:58 2019 +0100

    Fix loading resource files
    
    Make sure the gresource prefix matches up with what's used in the code.
    This regressed in commit c0e4668.

 src/ghex.gresource.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/ghex.gresource.xml b/src/ghex.gresource.xml
index 7c647e3..9ab23a8 100644
--- a/src/ghex.gresource.xml
+++ b/src/ghex.gresource.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <gresources>
-  <gresource prefix="/org/gnome/GHex">
+  <gresource prefix="/org/gnome/ghex">
     <file preprocess="xml-stripblanks" compressed="true">ghex-ui.xml</file>
   </gresource>
 </gresources>


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