Skip to content

Commit

Permalink
* find.c: After the "panelize" command, always select the first
Browse files Browse the repository at this point in the history
	file from the panel, not.
  • Loading branch information
rillig committed Feb 3, 2006
1 parent 1e97649 commit 9b8eb2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

Expand Down
1 change: 1 addition & 0 deletions src/find.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9b8eb2a

Please sign in to comment.