Bug#275215:

Emilio Jesús Gallego Arias Emilio Jesús Gallego Arias , 275215@bugs.debian.org
Sun, 17 Oct 2004 19:11:02 +0200


Hi,

I've found where the bug lies, is in button-widget.c in two places:

button-widget.c:215
/* FIXME: this should be based on the panel size */
#define PREFERRED_SIZE 48 
		if (button->pixbuf == NULL)
			button->pixbuf = get_missing (PREFERRED_SIZE);
#undef PREFERRED_SIZE

and button-widget.c:425

/* FIXME: this should be based on the panel size */
#define PREFERRED_SIZE 48

I've changed PREFERED_SIZE to 120 and now it works as spected, but this
is an upstream bug, so I'll foward it tomorrow.

If anyone has an idea of how get the panel size from button-widget.c let
me now and I'll make a patch.

Regards, Emilio