[Glade-users] Re: 'Stop' Stock ID
Damon Chaplin
damon@karuna.uklinux.net
Thu, 05 May 2005 10:25:51 +0100
On Mon, 2005-05-02 at 07:32 -0400, Andrew Conkling wrote:
> 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.
Thanks. I've added a bug for this:
http://bugzilla.gnome.org/show_bug.cgi?id=303105
Currently we just use the stock item's text to identify it in some
places, and that isn't enough. I don't know how easy it is to fix.
Damon