1
1
Этот коммит содержится в:
Miguel de Icaza 1999-01-14 01:04:51 +00:00
родитель ea47bae637
Коммит e27c12cfac
2 изменённых файлов: 8 добавлений и 1 удалений

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

@ -1,3 +1,10 @@
1999-01-13 Miguel de Icaza <miguel@nuclecu.unam.mx>
* view.c (search): Missing condition.
* treestore.c (tree_store_opendir): Simplistic fix. This is not
quite correct.
1999-01-12 Jonathan Blandford <jrb@redhat.com>
* cmd.c (mkdir_cmd): now mkdir_cmd will accept relative, and

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

@ -1472,7 +1472,7 @@ search (WView *view, char *text, int (*search)(WView *, char *, char *, int))
if ((count++ % 32) == 0)
x_flush_events ();
if (!d->running)
if (verbose && !d->running)
break;
#endif
if (p >= update_activate){