On Wed, 2005-08-24 at 19:09 +0200, ext Johan Bilien wrote: > Hi, > > I post it here because there is no GTK+ component in the bugzilla.
Yes, the bugzilla structure may feel strange if you're used to GNOME bugzilla. Anyway, gtk+ would be part of Hildon application framework (haf) and ui-toolkit (or general if you're feeling lazy.) https://maemo.org/bugzilla/enter_bug.cgi?product=haf&component=ui-toolkit > In the patch applied to gtknotebook.c, an ideal_tab_width is computed > by dividing the width by the number of visible tabs, which can be zero. > > Having > > - ideal_tab_width = (total_width / n); > + ideal_tab_width = n?0:(total_width / n); > > or something similar is necessary. Thanks, we have this already fixed in the subversion repository. The forthcoming maemo release will be including this and many other bugfixes. In the meantime, just don't do that then ;) -- Tommi Komulainen <[EMAIL PROTECTED]> _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
