* 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.
This commit is contained in:
Pavel Roskin 2005-05-03 15:16:57 +00:00
parent 419025e926
commit a6dd81352b
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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