[hitori] src: Fix references to old icon name
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hitori] src: Fix references to old icon name
- Date: Thu, 19 Nov 2015 11:40:56 +0000 (UTC)
commit e783b850d936d20b4e1e3e6b3b287996bdec1f21
Author: Philip Withnall <philip withnall collabora co uk>
Date: Thu Nov 19 11:40:39 2015 +0000
src: Fix references to old icon name
Use the new icon name instead.
data/org.gnome.Hitori.desktop.in | 2 +-
src/interface.c | 2 +-
src/main.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/org.gnome.Hitori.desktop.in b/data/org.gnome.Hitori.desktop.in
index f732796..a9af9db 100644
--- a/data/org.gnome.Hitori.desktop.in
+++ b/data/org.gnome.Hitori.desktop.in
@@ -4,7 +4,7 @@ _Comment=Play the Hitori puzzle game
# Translators: Search terms to find this application. Do NOT translate or localise the semicolons! The list
MUST also end with a semicolon!
_Keywords=puzzle;game;logic;grid;
Exec=hitori
-Icon=hitori
+Icon=org.gnome.Hitori
Terminal=false
Type=Application
Categories=GTK;Game;LogicGame;
diff --git a/src/interface.c b/src/interface.c
index e08261b..55d0510 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -655,7 +655,7 @@ about_cb (GSimpleAction *action, GVariant *parameters, gpointer user_data)
"comments", _("A logic puzzle originally designed by Nikoli"),
"authors", authors,
"translator-credits", _("translator-credits"),
- "logo-icon-name", "hitori",
+ "logo-icon-name", "org.gnome.Hitori",
"license-type", GTK_LICENSE_GPL_3_0,
"wrap-license", TRUE,
"website-label", _("Hitori Website"),
diff --git a/src/main.c b/src/main.c
index 1bb1eb8..d41dcc4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -99,7 +99,7 @@ constructed (GObject *object)
textdomain (GETTEXT_PACKAGE);
g_set_application_name (_("Hitori"));
- gtk_window_set_default_icon_name ("hitori");
+ gtk_window_set_default_icon_name ("org.gnome.Hitori");
/* Chain up to the parent class */
G_OBJECT_CLASS (hitori_application_parent_class)->constructed (object);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]