[gnome-games] gnobots2: Fix files pointing to old icon name



commit 9f752e4eee58c33cd4eb297acbb20013384e3d9c
Author: Robert Ancell <robert ancell canonical com>
Date:   Fri Dec 30 15:54:56 2011 +1100

    gnobots2: Fix files pointing to old icon name

 gnobots2/data/gnobots2.desktop.in.in |    2 +-
 gnobots2/src/gnobots.c               |    2 +-
 gnobots2/src/menu.c                  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnobots2/data/gnobots2.desktop.in.in b/gnobots2/data/gnobots2.desktop.in.in
index 4ff17ec..bb09107 100644
--- a/gnobots2/data/gnobots2.desktop.in.in
+++ b/gnobots2/data/gnobots2.desktop.in.in
@@ -2,7 +2,7 @@
 _Name=Robots
 _Comment=Avoid the robots and make them crash into each other
 Exec=gnobots2
-Icon=gnome-robots
+Icon=gnobots2
 Terminal=false
 Type=Application
 Categories=GNOME;GTK;Game;ArcadeGame;
diff --git a/gnobots2/src/gnobots.c b/gnobots2/src/gnobots.c
index fc2451b..1abdbf0 100644
--- a/gnobots2/src/gnobots.c
+++ b/gnobots2/src/gnobots.c
@@ -244,7 +244,7 @@ main (int argc, char *argv[])
 
   games_conf_initialise ("Gnobots2");
 
-  gtk_window_set_default_icon_name ("gnome-robots");
+  gtk_window_set_default_icon_name ("gnobots2");
 
 #ifdef WITH_SMCLIENT
   sm_client = egg_sm_client_get ();
diff --git a/gnobots2/src/menu.c b/gnobots2/src/menu.c
index 16721f3..c4f70de 100644
--- a/gnobots2/src/menu.c
+++ b/gnobots2/src/menu.c
@@ -268,7 +268,7 @@ about_cb (GtkAction * action, gpointer data)
 			 "artists", artists,
 			 "documenters", documenters,
 			 "translator-credits", _("translator-credits"),
-			 "logo-icon-name", "gnome-robots",
+			 "logo-icon-name", "gnobots2",
 			 "website",
 			 "http://www.gnome.org/projects/gnome-games/";,
 			 "wrap-license", TRUE, NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]