[gnome-notes/development-profile: 6/8] icons, application: Use "devel" icon
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-notes/development-profile: 6/8] icons, application: Use "devel" icon
- Date: Wed, 14 Oct 2020 07:57:59 +0000 (UTC)
commit 515b8594f3588937c2d5c2e9e1a77b5552fc8c91
Author: Felipe Borges <felipeborges gnome org>
Date: Wed Oct 7 13:57:16 2020 +0200
icons, application: Use "devel" icon
See https://gitlab.gnome.org/GNOME/gnome-notes/-/merge_requests/37
data/icons/meson.build | 2 +-
src/bjb-application.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/icons/meson.build b/data/icons/meson.build
index 38621e3..f94870e 100644
--- a/data/icons/meson.build
+++ b/data/icons/meson.build
@@ -1,5 +1,5 @@
apps_icons = [
- ['scalable', 'org.gnome.Notes.svg'],
+ ['scalable', ('@0@.svg').format(application_id)],
['symbolic', 'org.gnome.Notes-symbolic.svg']
]
diff --git a/src/bjb-application.c b/src/bjb-application.c
index 2dc1ce0..18d882c 100644
--- a/src/bjb-application.c
+++ b/src/bjb-application.c
@@ -622,7 +622,7 @@ bjb_app_about (BjbApplication *self)
"artists", artists,
"translator-credits", _("translator-credits"),
"website", "https://wiki.gnome.org/Apps/Notes",
- "logo-icon-name", "org.gnome.Notes",
+ "logo-icon-name", BIJIBEN_APPLICATION_ID,
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]