ProtocolWidget: Fix rename message. #3210
authorChristian Kamm <kamm@incasoftware.de>
Thu, 7 May 2015 12:10:28 +0000 (14:10 +0200)
committerChristian Kamm <kamm@incasoftware.de>
Fri, 8 May 2015 09:33:34 +0000 (11:33 +0200)
commit909368025f513fa2d22b0ded7a296e4c14a6724c
tree460d62dcae140328139ab49e1e8476c548f44399
parent15bfa4602312c160084e61f4028de3d57787a9cf
ProtocolWidget: Fix rename message. #3210

For remote renames that are replicated locally the _file member is
overwritten by the target file name when the new entry is added to
the metadata table. Using _originalFile here guarantees that
the affected local file is mentioned.
src/gui/protocolwidget.cpp