From 62788d5b0db202ee7fc70af1f0659107810e568e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 10 Feb 2021 07:52:29 -0500 Subject: [PATCH] print-editor: Use the non-devel icon We are no longer a nightly print editor. --- demos/print-editor/org.gtk.PrintEditor4.desktop | 2 +- demos/print-editor/print-editor.c | 2 +- 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);