[gimp] Issue #4467 - (pagecurl) CRITICAL **: g_object_unref: assertion...
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Issue #4467 - (pagecurl) CRITICAL **: g_object_unref: assertion...
- Date: Mon, 6 Jan 2020 13:50:01 +0000 (UTC)
commit 653484df0becf2e2df3bfc4d7dca9c2f68eccb15
Author: Massimo Valentini <mvalentini src gnome org>
Date: Mon Jan 6 07:36:56 2020 +0100
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.
plug-ins/pagecurl/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/pagecurl/meson.build b/plug-ins/pagecurl/meson.build
index 8222c5a913..f9576c3ea8 100644
--- a/plug-ins/pagecurl/meson.build
+++ b/plug-ins/pagecurl/meson.build
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]