Problem with index entries for style properties

2008-11-21 Thread Matthias Clasen
I am seeing a problem with index entries for child properties and style properties. The links in the the index point to the name as for a regular property, e.g. GtkBox--pack-type or GtkDialog--content-area-spacing, but the ids that are generated are GtkBox--c-pack-type and GtkDialog--s-content-are

Re: Problem with index entries for style properties

2008-11-21 Thread Matthias Clasen
On Fri, Nov 21, 2008 at 10:16 PM, Matthias Clasen <[EMAIL PROTECTED]> wrote: > I am seeing a problem with index entries for child properties and > style properties. > > The links in the the index point to the name as for a regular property, e.g. > GtkBox--pack-type or GtkDialog--content-area-spacin

Re: Problem with index entries for style properties

2008-11-21 Thread Matthias Clasen
On Fri, Nov 21, 2008 at 10:31 PM, Matthias Clasen > It appears changing > >my $xref = &MakeXRef ($symbol); > > to > >my $xref = &MakeXRef ($id, $symbol); > > In OutputIndex in gtkdoc-mkdb fixes this problem. > Grr, following up on myself again... but this change indroduces a new p

Re: Problem with index entries for style properties

2008-11-23 Thread Matthias Clasen
I've put a working patch in http://bugzilla.gnome.org/show_bug.cgi?id=562064 ___ gtk-doc-list mailing list gtk-doc-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-doc-list

Re: Problem with index entries for style properties

2008-11-26 Thread Stefan Kost
Hi Matthias, Matthias Clasen schrieb: > I've put a working patch in > > http://bugzilla.gnome.org/show_bug.cgi?id=562064 many thanks, will look at this in the next days. Quite busy now. Too bad that I just did a release. Stefan ___ gtk-doc-list mailin