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