file monitors: fix a typo
authorRyan Lortie <desrt@desrt.ca>
Thu, 26 Mar 2015 03:08:38 +0000 (23:08 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 26 Mar 2015 03:08:38 +0000 (23:08 -0400)
commit706c4d32adfbca25cdb0663077aa0d82477fb356
treedf11a0f68e0a1e8c3330415f5d46da0b5ded1e4f
parent4a292721bcf2943bfc05c6a1c859992f28e3efec
file monitors: fix a typo

Due to a typo, a rename reported via a pair of delete/create events (due
to the watcher not giving the flag for moves to be paired) was
accidentally reported as being created with the old name instead of the
new name.

Fix that.
gio/glocalfilemonitor.c