summaryrefslogtreecommitdiffstats
path: root/pokemodr/AuthorUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemodr/AuthorUI.cpp')
-rw-r--r--pokemodr/AuthorUI.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/pokemodr/AuthorUI.cpp b/pokemodr/AuthorUI.cpp
index 3c53536e..62cf2601 100644
--- a/pokemodr/AuthorUI.cpp
+++ b/pokemodr/AuthorUI.cpp
@@ -34,7 +34,8 @@ AuthorUI::AuthorUI(Author* a, QWidget* parent) :
setupUi(this);
QMetaObject::connectSlotsByName(this);
setObjects(author, author_mod);
- connect(this, SIGNAL(changed(bool)), boxButtons, SLOT(setDisabled(bool)));
+ connect(this, SIGNAL(changed(bool)), boxButtons, SLOT(setEnabled(bool)));
+ emit(changed(false));
setGui();
}