[Glade-users] bug on menu builder
Damon Chaplin
damon@karuna.uklinux.net
16 Mar 2004 16:17:17 +0000
On Sat, 2004-03-13 at 09:01, Emmanuel Saracco wrote:
> hi
>
> in the menu builder it is possible to associate a icon with a separator.
> but when you do that, apply and validate your modifications and reopen
> the menu builder your icon has been associated with the previous item
> (the one just *before* the separator) and separator still have nothing
> associated with it.
This is partly caused because Glade treats separators as normal items
without labels (which GTK+ used to do). We should probably treat them
specially now, and not allow the icon to be set.
Though I don't see the icon property being applied to the previous item.
It is just forgotten for me. I get critical warnings though.
> my version of glade is 2.0.1 on debian/unstable (package is 2.0.1-4).
>
> is it solved on CVS?
No. I've added a bug for it:
http://bugzilla.gnome.org/show_bug.cgi?id=137386
Damon