]> git.saurik.com Git - wxWidgets.git/commit
Correct wxDirExists() check in OS X wxFileSystemWatcher implementation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 May 2011 10:40:28 +0000 (10:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 May 2011 10:40:28 +0000 (10:40 +0000)
commitd66ddd70c7976fe519c8997117f1d5e813133560
treeb77e1aecb951729ac625547876275463e44e85d2
parent61490d3b60583ce1ffb5f9b4311611e771d8915e
Correct wxDirExists() check in OS X wxFileSystemWatcher implementation.

Pass the full path to wxDirExists, not the relative path from the watched
directory as this won't work unless the watched directory is the same as the
current one.

Closes #13161.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/fswatcher_kqueue.cpp