summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-10 07:52:29 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-02-10 07:52:29 -0500
commit62788d5b0db202ee7fc70af1f0659107810e568e (patch)
tree81da70709aad37801afa0a1f62dbf4a138fed7c7
parent3c91a2b0a8bfdaa715b6fe03e7f4acaf0a2a541f (diff)
downloadgtk+-62788d5b0db202ee7fc70af1f0659107810e568e.tar.gz
print-editor: Use the non-devel icon
We are no longer a nightly print editor.
-rw-r--r--demos/print-editor/org.gtk.PrintEditor4.desktop2
-rw-r--r--demos/print-editor/print-editor.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/print-editor/org.gtk.PrintEditor4.desktop b/demos/print-editor/org.gtk.PrintEditor4.desktop
index 375b31a77d..a8e3779c69 100644
--- a/demos/print-editor/org.gtk.PrintEditor4.desktop
+++ b/demos/print-editor/org.gtk.PrintEditor4.desktop
@@ -2,7 +2,7 @@
Name=Print Editor
Comment=A simple editor demonstrating GTK printing
Exec=gtk4-print-editor %f
-Icon=org.gtk.PrintEditor4.Devel
+Icon=org.gtk.PrintEditor4
Terminal=false
Type=Application
StartupNotify=true
diff --git a/demos/print-editor/print-editor.c b/demos/print-editor/print-editor.c
index 838c421b29..81dce41692 100644
--- a/demos/print-editor/print-editor.c
+++ b/demos/print-editor/print-editor.c
@@ -656,7 +656,7 @@ activate_about (GSimpleAction *action,
"website", "http://www.gtk.org",
"comments", "Program to demonstrate GTK printing",
"authors", authors,
- "logo-icon-name", "org.gtk.PrintEditor4.Devel",
+ "logo-icon-name", "org.gtk.PrintEditor4",
"title", "About GTK Print Editor",
"system-information", sysinfo->str,
NULL);