Skip to content

Commit

Permalink
Query specific file for vcs status in enqueFileChangeEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Jun 22, 2011
1 parent b72a15a commit 3d128d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/session/modules/SessionFiles.cpp
Expand Up @@ -81,7 +81,7 @@ void enqueFileChangeEvent(const core::system::FileChangeEvent& event)
StatusResult sr;
if (activeVCS() != VCSNone)
{
Error err = status(filePath.parent(), &sr);
Error err = status(filePath, &sr);
if (err)
LOG_ERROR(err);
}
Expand Down

0 comments on commit 3d128d4

Please sign in to comment.