1
1

* ext.c (exec_extension) [HAVE_X]: Disable console handling.

Этот коммит содержится в:
Pavel Roskin 2001-06-23 00:09:13 +00:00
родитель 5c56eb0c5a
Коммит 975726afd0
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -1,5 +1,7 @@
2001-06-22 Pavel Roskin <proski@gnu.org>
* ext.c (exec_extension) [HAVE_X]: Disable console handling.
* cons.handler.c: Reorganize includes. Fix warnings on BSD.
* rxvt.c (rxvt_extensions): Make static.
* main.c (sigchld_handler_no_subshell) [!__linux__]: Don't try

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

@ -283,14 +283,13 @@ exec_extension (const char *filename, const char *data, char **drops, int *move_
q[1] = 0;
do_cd (p, cd_parse_command);
} else {
#ifdef HAVE_GNOME
#ifdef HAVE_X
if (needs_term)
gnome_open_terminal_with_cmd (file_name);
else
shell_execute (file_name, EXECUTE_INTERNAL | EXECUTE_TEMPFILE);
#else
shell_execute (file_name, EXECUTE_INTERNAL | EXECUTE_TEMPFILE);
#endif
if (console_flag)
{
handle_console (CONSOLE_SAVE);
@ -302,6 +301,7 @@ exec_extension (const char *filename, const char *data, char **drops, int *move_
}
}
#endif /* !HAVE_X */
#ifdef OLD_CODE
if (vfs_current_is_local ())