diff --git a/src/ChangeLog b/src/ChangeLog index d900143eee..7ef51d1756 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -5,6 +5,8 @@ * view.c: s/attrset/tty_setcolor/g * wtools.h: Replaced the printf-like attribute with __printf__, since GNU gettext defines a macro printf on some systems. + * find.c: After the "panelize" command, always select the first + file from the panel, not. 2006-02-03 Pavel Tsekov diff --git a/src/find.c b/src/find.c index fcb452bdd4..5339204524 100644 --- a/src/find.c +++ b/src/find.c @@ -1108,6 +1108,7 @@ do_find (void) if (dir_and_file_set){ try_to_select (current_panel, NULL); panel_re_sort (current_panel); + try_to_select (current_panel, NULL); } break; }