From bbfde648d2087e6c51222c5f1f9b0e7a2dc48246 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Thu, 10 Nov 2011 15:48:58 +0100 Subject: Bazaar: rename mistyped local variable In function BazaarPlugin::showCommitWidget() variable m_changeLogPattern is now renamed to changeLogPattern (this is not a class attribute !) Change-Id: I432bcbc34f922460bf30ea5ed5e8802e12b32e8b Reviewed-by: Tobias Hunger --- src/plugins/bazaar/bazaarplugin.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/plugins/bazaar/bazaarplugin.cpp') diff --git a/src/plugins/bazaar/bazaarplugin.cpp b/src/plugins/bazaar/bazaarplugin.cpp index 8454b2b005..9779a93648 100644 --- a/src/plugins/bazaar/bazaarplugin.cpp +++ b/src/plugins/bazaar/bazaarplugin.cpp @@ -561,11 +561,11 @@ void BazaarPlugin::showCommitWidget(const QListopen()) { outputWindow->appendError(tr("Unable to generate a temporary file for the commit editor.")); return; -- cgit v1.2.1