summaryrefslogtreecommitdiffstats
path: root/pokemod/Dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Dialog.cpp')
-rw-r--r--pokemod/Dialog.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/pokemod/Dialog.cpp b/pokemod/Dialog.cpp
index edb08924..791949a3 100644
--- a/pokemod/Dialog.cpp
+++ b/pokemod/Dialog.cpp
@@ -637,8 +637,7 @@ QDomElement Dialog::save() const
void Dialog::setDialog(const QString& dialog)
{
- m_dialog = dialog;
- emit(changed());
+ CHECK(dialog);
}
QString Dialog::dialog() const