[gnome-games] glchess: use the correct icon name
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] glchess: use the correct icon name
- Date: Sun, 18 Sep 2011 23:54:23 +0000 (UTC)
commit 00255165f7bcafdfe492a30290aec3e96ef4642c
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Mar 30 17:35:10 2011 -0400
glchess: use the correct icon name
Or the icon in the about dialog will show gtk-missing-image
https://bugzilla.gnome.org/show_bug.cgi?id=646276
glchess/src/glchess.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glchess/src/glchess.vala b/glchess/src/glchess.vala
index 44eded5..797be6d 100644
--- a/glchess/src/glchess.vala
+++ b/glchess/src/glchess.vala
@@ -1366,7 +1366,7 @@ public class Application
about_dialog.translator_credits = "translator-credits";
about_dialog.website = "http://www.gnome.org/projects/gnome-games/";
about_dialog.website_label = _("GNOME Games web site");
- about_dialog.logo_icon_name = "glchess";
+ about_dialog.logo_icon_name = "gnome-glchess";
about_dialog.response.connect (about_response_cb);
about_dialog.show ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]