GNOME Bugzilla – Bug 156378
Add icon theme support to GtkAboutDialog
Last modified: 2004-12-22 21:47:04 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.
Created attachment 33019 [details] [review] gtk-about-icon-name.patch
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)