This commit is contained in:
Miguel de Icaza 1999-01-14 01:04:51 +00:00
parent ea47bae637
commit e27c12cfac
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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){