Bug fix.
Этот коммит содержится в:
родитель
ea47bae637
Коммит
e27c12cfac
@ -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){
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user