(svn r16255) -Fix [FS#2887] (r16237): Nested widgets of client list window used incorrect length.

This commit is contained in:
alberth 2009-05-09 08:02:17 +00:00
parent 8fc723800f
commit 977db77921

View File

@ -1717,7 +1717,7 @@ static const WindowDesc _client_list_desc(
WDP_AUTO, WDP_AUTO, 250, 1, 250, 1,
WC_CLIENT_LIST, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
_client_list_widgets, _nested_client_list_widgets, lengthof(_client_list_widgets)
_client_list_widgets, _nested_client_list_widgets, lengthof(_nested_client_list_widgets)
);
/* Finds the Xth client-info that is active */