From 6f5748e822b009cbe82cc1df8eea43e4769bc44b Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sun, 8 Jun 2014 00:35:03 +0200 Subject: Bug 730887 - [PATCH] Fix potential copy and paste error in inputstring.cpp --- addon/doxywizard/inputstring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/doxywizard/inputstring.cpp b/addon/doxywizard/inputstring.cpp index ad258f7..48ede55 100644 --- a/addon/doxywizard/inputstring.cpp +++ b/addon/doxywizard/inputstring.cpp @@ -167,7 +167,7 @@ void InputString::setEnabled(bool state) { m_lab->setEnabled(state); if (m_le) m_le->setEnabled(state); - if (m_im) m_le->setEnabled(state); + if (m_im) m_im->setEnabled(state); if (m_br) m_br->setEnabled(state); if (m_com) m_com->setEnabled(state); updateDefault(); -- cgit v0.12