Issue #4467 - (pagecurl) CRITICAL **: g_object_unref: assertion...
...'G_IS_OBJECT (object)' failed Fix the meson build script to output the right icon path prefix.
This commit is contained in:
parent
c33e1263fa
commit
653484df0b
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ pagecurl_icons_images = [
|
|||
resourcename = 'pagecurl-icons'
|
||||
xml_content = '<?xml version="1.0" encoding="UTF-8"?>\n'
|
||||
xml_content += '<gresources>\n'
|
||||
xml_content += ' <gresource prefix="/org/gimp/icons">\n'
|
||||
xml_content += ' <gresource prefix="/org/gimp/pagecurl-icons">\n'
|
||||
foreach file : pagecurl_icons_images
|
||||
xml_content+=' <file preprocess="to-pixdata">'+ file +'</file>\n'
|
||||
endforeach
|
||||
|
|
|
|||
Loading…
Reference in a new issue