1999-05-05 Miguel de Icaza <miguel@nuclecu.unam.mx>
* cmd.c (view_file_at_line): gmc_view never fails, so we handle that now.
Этот коммит содержится в:
родитель
1ae49493d0
Коммит
b312e36454
@ -1,3 +1,8 @@
|
||||
1999-05-05 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* cmd.c (view_file_at_line): gmc_view never fails, so we handle
|
||||
that now.
|
||||
|
||||
1999-04-29 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* chmod.c (chmod_cmd): Missing _ in _().
|
||||
|
@ -169,9 +169,7 @@ int view_file_at_line (char *filename, int plain_view, int internal, int start_l
|
||||
}
|
||||
if (internal){
|
||||
#ifdef HAVE_GNOME
|
||||
if (!gmc_view (filename, start_line)){
|
||||
view (0, filename, &move_dir, start_line);
|
||||
}
|
||||
gmc_view (filename, start_line);
|
||||
#else
|
||||
char view_entry [BUF_TINY];
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user