From 671bfb92500b6bd16f753f4b4dd405513129920f Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 31 May 2012 14:35:20 +0300 Subject: 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 --- src/plugins/subversion/subversionplugin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/subversion') 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))); -- cgit v1.2.1