SVN commit 681440 by arwalker: prevent deadlock M +2 -0 kstcurvedialog_i.cpp --- branches/work/kst/1.5/kst/src/libkstapp/kstcurvedialog_i.cpp #681439:681440 @@ -252,6 +252,8 @@ // verify that the curve name is unique if (KstData::self()->dataTagNameNotUnique(tag_name)) { _tagName->setFocus(); + VY->unlock(); + VX->unlock(); return false; }