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 08:07:51 -0500
commit79f29dafc02250d51140435be79b90b83ea0c271 (patch)
tree4341c4a149d9bf6197b7616908f12d9938211762
parent1125805f3520658bf9c8e4efc1e95359a367b99e (diff)
downloadgtk+-79f29dafc02250d51140435be79b90b83ea0c271.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);