Ticket #3914: %view not piping command output to internal viewer in user menu.
Revert "(execute_menu_command): fix mcview_viewer() call." This reverts commit 2043ef74a9f7fa70c5a5e641d4ef22882a64a910. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
родитель
35d21b6ea2
Коммит
8f7d44ef7f
@ -546,7 +546,7 @@ execute_menu_command (const WEdit * edit_widget, const char *commands, gboolean
|
||||
|
||||
if (run_view)
|
||||
{
|
||||
mcview_viewer (NULL, file_name_vpath, 0, 0, 0);
|
||||
mcview_viewer (vfs_path_as_str (file_name_vpath), NULL, 0, 0, 0);
|
||||
dialog_switch_process_pending ();
|
||||
}
|
||||
else
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user