After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 321665 - not icon in about dialog
not icon in about dialog
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-16 23:15 UTC by Vincent Noel
Modified: 2005-11-18 02:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Noel 2005-11-16 23:15:37 UTC
The about dialog in eog does not show the eog icon.
Comment 1 Vincent Noel 2005-11-16 23:21:49 UTC
Here is a patch to correct this :

Index: shell/eog-window.c
===================================================================
RCS file: /cvs/gnome/eog/shell/eog-window.c,v
retrieving revision 1.173
diff -u -r1.173 eog-window.c
--- shell/eog-window.c	14 Nov 2005 04:18:11 -0000	1.173
+++ shell/eog-window.c	16 Nov 2005 23:20:53 -0000
@@ -511,6 +511,7 @@
 			"authors", authors,
 			"documenters", documenters,
 			"translator-credits", translators,
+                       "logo_icon_name", "image-viewer",
 			NULL);
 }
Comment 2 Lucas Rocha 2005-11-18 02:08:53 UTC
Applied in HEAD, thanks!