[Kst] branches/work/kst/1.5/kst/src/libkstapp

Andrew Walker arwalker at sumusltd.com
Fri Jun 29 00:58:46 CEST 2007


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;
   }
 


More information about the Kst mailing list