summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2019-01-09 16:57:17 +0100
committerKalev Lember <klember@redhat.com>2019-11-08 15:19:16 +0100
commit03dcc3f15e68f0e9e0dcf0fa5fa94770ce2e2235 (patch)
treeedf5efb7fee586bf0ece58b5ec97460d6bc5dc95 /src
parentf118cae2fbf34ace3b3c8b71334ceae4c146c99b (diff)
downloadgnome-dictionary-03dcc3f15e68f0e9e0dcf0fa5fa94770ce2e2235.tar.gz
icon: update app icon
- GNOME 3.32 redesign of app icons. See https://gitlab.gnome.org/GNOME/Initiatives/issues/2 for more info. /label ~"9. Initiative: AppIconRedesign"
Diffstat (limited to 'src')
-rw-r--r--src/gdict-about.c2
-rw-r--r--src/gdict-app.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gdict-about.c b/src/gdict-about.c
index 47f5754..94a5820 100644
--- a/src/gdict-about.c
+++ b/src/gdict-about.c
@@ -64,7 +64,7 @@ gdict_show_about_dialog (GtkWidget *parent)
"authors", authors,
"documenters", documenters,
"translator-credits", translator_credits,
- "logo-icon-name", "accessories-dictionary",
+ "logo-icon-name", "org.gnome.Dictionary",
"license-type", GTK_LICENSE_GPL_2_0,
"screen", gtk_widget_get_screen (parent),
NULL);
diff --git a/src/gdict-app.c b/src/gdict-app.c
index eed2994..751fd32 100644
--- a/src/gdict-app.c
+++ b/src/gdict-app.c
@@ -367,7 +367,7 @@ gdict_app_init (GdictApp *app)
g_application_add_main_option_entries (G_APPLICATION (app), gdict_app_goptions);
/* Set main application icon */
- gtk_window_set_default_icon_name ("accessories-dictionary");
+ gtk_window_set_default_icon_name ("org.gnome.Dictionary");
}
GApplication *