Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2004 00:06:49 -0700 (PDT)
From:      Deling Ren <lg+gnome@home.homeunix.org>
To:        freebsd-gnome@freebsd.org
Subject:   GTK 2.4 bug
Message-ID:  <20040413000354.E26516@sun.home.homeunix.org>

next in thread | raw e-mail | index | archive | help
I am not following the development actively so I have no idea where to
submit this bug. Therefore I am sending it here hoping to bring attention
of some people. I found this bug while reading the source code of gtk 2.4.
In gtkmenuitem.c, line 511-514:

  requisition->width = (GTK_CONTAINER (widget)->border_width +
		widget->style->xthickness + horizontal_padding) * 2;
  requisition->height = (GTK_CONTAINER (widget)->border_width +
		 widget->style->ythickness) * 2;

I suppose the second border_width should read "border_height".



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040413000354.E26516>