Comment 2 for bug 1227368

Revision history for this message
gpleda.org commit robot (gpleda-launchpad-robot) wrote :

A commit was made which affects this bug
git master commit 89d51ea544420506b91c3ac3d643a5c365cb807b
http://git.geda-project.org/geda-gaf/commit/?id=89d51ea544420506b91c3ac3d643a5c365cb807b

commit 89d51ea544420506b91c3ac3d643a5c365cb807b
Author: Peter TB Brett <email address hidden>
Commit: Peter TB Brett <email address hidden>

    gschem: Add GschemCellRendererIcon class.

    In gschem we'd like to be able to associate a single icon name with
    each action. If the name matches a stock icon, we'd like to show it,
    but if not we'd like to fall back to looking up the icon in the
    current icon theme.

    Unfortunately, this behaviour isn't possible when using a
    GtkCellRendererPixbuf: you have to *either* use "icon-name" *or*
    "stock-id". The GschemCellRendererIcon subclasses
    GtkCellRendererPixbuf and provides the desired fallback behaviour via
    its "icon-id" property.

    Affects-bug: lp-1227368