]> git.saurik.com Git - wxWidgets.git/commit
Improve handling of file spec in wxFileSystemWatcher::AddTree().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Oct 2012 01:08:13 +0000 (01:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Oct 2012 01:08:13 +0000 (01:08 +0000)
commit227dee95e0c5b7e060c099329ba3d257281a24e2
treed3048a6967f23149a67eb9bc42e73cbf083cfb3d
parent0f3d125b1a3183bfaf6683fc6fce523ea87075f0
Improve handling of file spec in wxFileSystemWatcher::AddTree().

Fix watching too many files (i.e. even those not matching the provided spec)
and asserts when removing a recursive watch with a file spec in wxMSW.

Closes #14488.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/fswatcher.h
src/common/fswatchercmn.cpp
tests/fswatcher/fswatchertest.cpp