summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tableproperties.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tableproperties.cpp b/src/tableproperties.cpp
index b54e4db..11b3fc4 100644
--- a/src/tableproperties.cpp
+++ b/src/tableproperties.cpp
@@ -26,6 +26,7 @@ TableProperties::TableProperties(MainWindow *window, QWidget *parent)
: QWidget(parent), m_window(window), m_table(0)
{
ui.setupUi(this);
+ setTable(0);
connect(ui.nameEdit,
SIGNAL(textEdited(const QString &)),
SLOT(setSelectedTableName(const QString &)));