1
1

* screen.c (try_to_select): Don't call display_mini_info(), it

will be called later because select_item sets panel->dirty.
This fixes the mini status appearing first after Ctrl-O.
Этот коммит содержится в:
Pavel Roskin 2005-05-03 15:16:57 +00:00
родитель 419025e926
Коммит a6dd81352b
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,9 @@
2005-04-03 Pavel Roskin <proski@gnu.org>
* screen.c (try_to_select): Don't call display_mini_info(), it
will be called later because select_item sets panel->dirty.
This fixes the mini status appearing first after Ctrl-O.
2005-04-27 Roland Illig <roland.illig@gmx.de>
* view.c: Changed use of view->text_wrap_mode to reflect its

Просмотреть файл

@ -895,7 +895,6 @@ try_to_select (WPanel *panel, const char *name)
{
do_try_to_select (panel, name);
select_item (panel);
display_mini_info (panel);
}
void