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 154488 - GtkAboutDialog should allow logo from named icon
GtkAboutDialog should allow logo from named icon
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.5.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
: 154561 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-10-04 18:24 UTC by Christian Persch
Modified: 2011-02-04 16:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2004-10-04 18:24:05 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.
Comment 1 Owen Taylor 2004-10-04 18:30:14 UTC
I think a named icon would be more appropriate here than a stock id.
Comment 2 Christian Persch 2004-10-04 22:37:11 UTC
Yes, that's what I meant to say.
Comment 3 Matthias Clasen 2004-10-05 14:00:33 UTC
*** Bug 154561 has been marked as a duplicate of this bug. ***
Comment 4 James Henstridge 2004-10-18 05:23:55 UTC
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.