GNOME Bugzilla – Bug 321665
not icon in about dialog
Last modified: 2005-11-18 02:08:53 UTC
The about dialog in eog does not show the eog icon.
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); }
Applied in HEAD, thanks!