From 7614f40146fb2031dcd6406784c31a3e6afba45e Mon Sep 17 00:00:00 2001 From: Peinthor Rene Date: Thu, 28 Mar 2013 21:16:00 +0100 Subject: [PATCH] forgot a ! after var rename --- src/EditTableDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EditTableDialog.cpp b/src/EditTableDialog.cpp index 73b1cb48..14559875 100644 --- a/src/EditTableDialog.cpp +++ b/src/EditTableDialog.cpp @@ -331,7 +331,7 @@ void EditTableDialog::removeField() return; // Are we creating a new table or editing an old one? - if(!m_bNewTable) + if(m_bNewTable) { // Creating a new one