1
0
Fork 0

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

release/1.0
alberth 2009-05-09 08:02:17 +00:00
parent 8fc723800f
commit 977db77921
1 changed files with 1 additions and 1 deletions

View File

@ -1717,7 +1717,7 @@ static const WindowDesc _client_list_desc(
WDP_AUTO, WDP_AUTO, 250, 1, 250, 1, WDP_AUTO, WDP_AUTO, 250, 1, 250, 1,
WC_CLIENT_LIST, WC_NONE, WC_CLIENT_LIST, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON, 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 */ /* Finds the Xth client-info that is active */