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 156378 - Add icon theme support to GtkAboutDialog
Add icon theme support to GtkAboutDialog
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.5.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 116577
 
 
Reported: 2004-10-25 11:05 UTC by James Henstridge
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtk-about-icon-name.patch (5.96 KB, patch)
2004-10-25 11:06 UTC, James Henstridge
none Details | Review

Description James Henstridge 2004-10-25 11:05:41 UTC
The following patch adds support for using a themed icon as the logo in the
about dialog using the new gtk_image_set_from_icon_name() API (which means that
the about dialog should retheme on icon theme change).

It adds a new property "logo_icon_name" that sets the logo to a named icon.
Comment 1 James Henstridge 2004-10-25 11:06:29 UTC
Created attachment 33019 [details] [review]
gtk-about-icon-name.patch
Comment 2 Matthias Clasen 2004-10-25 18:41:35 UTC
2004-10-25  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkaboutdialog.h: 
	* gtk/gtkaboutdialog.c (gtk_about_dialog_set_logo_icon_name)
	(gtk_about_dialog_get_logo_icon_name): Support named icons as 
	logos.  (#156378, James Henstridge)