[maemo-developers] [maemo-developers] Bug in the maemo GTK+ patches
From: Tommi Komulainen tommi.komulainen at nokia.comDate: Thu Aug 25 10:31:36 EEST 2005
- Previous message: [maemo-developers] Bug in the maemo GTK+ patches
- Next message: [maemo-developers] automake
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 <tommi.komulainen at nokia.com>
- Previous message: [maemo-developers] Bug in the maemo GTK+ patches
- Next message: [maemo-developers] automake
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]