* src/widget.c (listbox_new): Remove redundant initialization of
WListbox fields.
Этот коммит содержится в:
родитель
2d297c4375
Коммит
bdcbed43de
@ -1,3 +1,8 @@
|
|||||||
|
2007-09-14 Pavel Tsekov <ptsekov@gmx.net>
|
||||||
|
|
||||||
|
* widget.c (listbox_new): Remove redundant initialization of
|
||||||
|
WListbox fields.
|
||||||
|
|
||||||
2007-09-17 Maxim Britov <maxim@office.modum.by>
|
2007-09-17 Maxim Britov <maxim@office.modum.by>
|
||||||
|
|
||||||
* util.c (file_date): Do not ignore the return value
|
* util.c (file_date): Do not ignore the return value
|
||||||
|
@ -2161,8 +2161,6 @@ listbox_new (int y, int x, int width, int height, lcback callback)
|
|||||||
else
|
else
|
||||||
l->height = height;
|
l->height = height;
|
||||||
l->count = 0;
|
l->count = 0;
|
||||||
l->top = 0;
|
|
||||||
l->current = 0;
|
|
||||||
l->cback = callback;
|
l->cback = callback;
|
||||||
l->allow_duplicates = 1;
|
l->allow_duplicates = 1;
|
||||||
l->scrollbar = slow_terminal ? 0 : 1;
|
l->scrollbar = slow_terminal ? 0 : 1;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user