SVN commit 1062654 by netterfield: BUG: 216574 Fix config widget/datawizard interaction. M +1 -1 ascii.cpp --- branches/work/kst/portto4/kst/src/datasources/ascii/ascii.cpp #1062653:1062654 @@ -260,8 +260,8 @@ _stringList.clear(); registerChange(); + internalDataSourceUpdate(); - return true; }