]> git.saurik.com Git - wxWidgets.git/commit
Handle deletion of watched directories in wxFileSystemWatcher sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Oct 2012 01:10:12 +0000 (01:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Oct 2012 01:10:12 +0000 (01:10 +0000)
commit0b3ef556f5a44615423d1793faed5ca53234ac92
tree64a7cb3745974ab774f91b0889b68b37389c21e4
parent0f306261b8274121e55b873392d2a5ab3ed30e03
Handle deletion of watched directories in wxFileSystemWatcher sample.

Don't assert when trying to stop watching a directory that doesn't exist any
more later.

See #14544.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/fswatcher/fswatcher.cpp