jEsuSdA 8) ([email protected]) wrote:
> I have found a file: gimpstock.h that contains this lines:
> 
> /*  missing icons:  */
> #define GIMP_STOCK_PALETTE                  GTK_STOCK_SELECT_COLOR
> 
> I suppose this mean that there is no icon defined, so Gimp load a
> gtk one and it is impossible to force gimp to load another icon from
> theme.

This is a #define pointing to a different #define.
GTK_STOCK_SELECT_COLOR is defined as "gtk-select-color" and
GIMP_STOCK_PALETTE inherits this definition.

The fun thing is, that the palette color selector uses
GIMP_STOCK_PALETTE as well as the Palette Editor. I don't understand how
this can be different icons.

Bye,
        Simon

-- 
              [email protected]              http://simon.budig.de/
_______________________________________________
gimp-developer-list mailing list
List address:    [email protected]
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list

Reply via email to