#11470: wxFileSystemWatcher sends double events
---------------------------------+------------------------------------------
Reporter: Harukalover | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: wxMSW | Version: 2.9-svn
Keywords: wxFileSystemWatcher | Blockedby:
Patch: 0 | Blocking:
---------------------------------+------------------------------------------
This happens both in my application and in the fswatcher sample. I only
tried events of the type wxFSW_EVENT_MODIFY, wxFSW_EVENT_RENAME and
wxFSW_EVENT_DELETE. All but the last event type produced double events.
In order to reproduce this, compile the fswatcher sample. Add a directory
to the watch list that contains a file. Modify/Rename that file and watch
the text output for two lines to be printed for the same action.
This was tested under Windows Vista SP2 using Microsoft Visual Studio 2008
Professional with revision 62695 of wxWidgets trunk.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/11470>