summaryrefslogtreecommitdiff
path: root/src/plugins/subversion
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2012-05-31 14:35:20 +0300
committerTobias Hunger <tobias.hunger@nokia.com>2012-06-04 11:35:07 +0200
commit671bfb92500b6bd16f753f4b4dd405513129920f (patch)
tree1ba74ba22f0db250e2f1ff092a6911c1f7c989c6 /src/plugins/subversion
parent3c342a49dcb8430f0d3148a74364c1b7cf6d5569 (diff)
downloadqt-creator-671bfb92500b6bd16f753f4b4dd405513129920f.tar.gz
VCS: Always allow "Revert Chunk"
Remove revertDiffChunkEnabled property Any diff view might relate to previous changes, so it makes sense to always allow reverting them Change-Id: I8da0fb2d8625ac98140d1bde0296a4478bc6a0b7 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/subversion')
-rw-r--r--src/plugins/subversion/subversionplugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/subversion/subversionplugin.cpp b/src/plugins/subversion/subversionplugin.cpp
index f167722ea7..a9763654d9 100644
--- a/src/plugins/subversion/subversionplugin.cpp
+++ b/src/plugins/subversion/subversionplugin.cpp
@@ -622,7 +622,6 @@ void SubversionPlugin::svnDiff(const Subversion::Internal::SubversionDiffParamet
// Wire up the parameter widget to trigger a re-run on
// parameter change and 'revert' from inside the diff editor.
- diffEditorWidget->setRevertDiffChunkEnabled(true);
SubversionDiffParameterWidget *pw = new SubversionDiffParameterWidget(p);
connect(pw, SIGNAL(reRunDiff(Subversion::Internal::SubversionDiffParameters)),
this, SLOT(svnDiff(Subversion::Internal::SubversionDiffParameters)));