[gtk/icon-fixup: 1/2] print-editor: Use the non-devel icon
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/icon-fixup: 1/2] print-editor: Use the non-devel icon
- Date: Wed, 10 Feb 2021 13:08:59 +0000 (UTC)
commit 79f29dafc02250d51140435be79b90b83ea0c271
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Feb 10 07:52:29 2021 -0500
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]