GNOME Bugzilla – Bug 154488
GtkAboutDialog should allow logo from named icon
Last modified: 2011-02-04 16:17:01 UTC
I can set the GtkAboutDialog's icon from a pixbuf, or let it get it from the default window icon by setting NULL. I should also be able to set it as a stock ID.
I think a named icon would be more appropriate here than a stock id.
Yes, that's what I meant to say.
*** Bug 154561 has been marked as a duplicate of this bug. ***
This would be quite easy to implement given a gtk_image_set_from_icon_name() API, such as the one my patch on bug 155688 adds. That would also take care of updating the image if the about window is open while changing icon themes.