• R/O
  • SSH
  • HTTPS

tabtextfinder: Commit


Commit MetaInfo

Revisão172 (tree)
Hora2019-11-23 20:34:28
Autorneparze

Mensagem de Log

fixed a app crash when initiated a search in the found files in the current tab

Mudança Sumário

Diff

--- Finder/FindQueryByPath.cs (revision 171)
+++ Finder/FindQueryByPath.cs (revision 172)
@@ -70,7 +70,9 @@
7070 handles[i] = ars[i].AsyncWaitHandle;
7171 }
7272
73- SearchDirectories();
73+ if (param != null) {
74+ SearchDirectories();
75+ }
7476 done_queueing = true;
7577
7678 while (!WaitHandle.WaitAll( handles, 50 )) {
Show on old repository browser