[Glade-users] Re: 'Stop' Stock ID

Andrew Conkling andrewski@fr.st
Mon, 2 May 2005 07:32:43 -0400


On 4/30/05, Andrew Conkling <andrew.conkling@gmail.com> wrote:
> I've been working on a media player frontend in PyGTK/Glade and I'm
> having trouble with the Stop button.  I've tried setting it to stock
> 'Stop' (what I know from PyGTK as STOCK_MEDIA_STOP) but it seems to
> revert to STOCK_STOP.  Same story when I tried just setting the icon.
> Not the biggest deal ever, but it seems that because both are named
> 'Stop', Glade gets them confused.

Follow-up: I can successfully change the ID in my .glade file from
gtk-stop to gtk-media-stop and all is well.  However, the problem of
picking it from the list still remains.