[gtk/gtk-4.0] node-editor: Use the non-devel icon



commit 1125805f3520658bf9c8e4efc1e95359a367b99e
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Feb 10 07:25:13 2021 -0500

    node-editor: Use the non-devel icon
    
    We're now a respectable, stable node editor.

 demos/node-editor/node-editor-application.c | 2 +-
 demos/node-editor/node-editor.gresource.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/demos/node-editor/node-editor-application.c b/demos/node-editor/node-editor-application.c
index 91ca2fc5ec..d9a5ce34de 100644
--- a/demos/node-editor/node-editor-application.c
+++ b/demos/node-editor/node-editor-application.c
@@ -109,7 +109,7 @@ activate_about (GSimpleAction *action,
                          "website", "http://www.gtk.org";,
                          "comments", "Program to test GTK rendering",
                          "authors", (const char *[]){ "Benjamin Otte", "Timm Bäder", NULL},
-                         "logo-icon-name", "org.gtk.gtk4.NodeEditor.Devel",
+                         "logo-icon-name", "org.gtk.gtk4.NodeEditor",
                          "title", "About GTK Node Editor",
                          "system-information", s->str,
                          NULL);
diff --git a/demos/node-editor/node-editor.gresource.xml b/demos/node-editor/node-editor.gresource.xml
index 08464aa766..b32e88e661 100644
--- a/demos/node-editor/node-editor.gresource.xml
+++ b/demos/node-editor/node-editor.gresource.xml
@@ -4,6 +4,6 @@
     <file preprocess="xml-stripblanks">node-editor-window.ui</file>
     <file preprocess="xml-stripblanks">help-window.ui</file>
     <file>node-format.md</file>
-    <file 
alias='icons/apps/org.gtk.gtk4.NodeEditor.Devel.svg'>data/scalable/apps/org.gtk.gtk4.NodeEditor.Devel.svg</file>
+    <file 
alias='icons/apps/org.gtk.gtk4.NodeEditor.svg'>data/scalable/apps/org.gtk.gtk4.NodeEditor.svg</file>
   </gresource>
 </gresources>


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