SVN commit 1103990 by kuemmel:
again, trigger update manually
M +1 -0 asciiplugin.cpp
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciiplugin.cpp #1103989:1103990
@@ -172,6 +172,7 @@
if (src->reusable()) {
src->_config->readGroup(settings(), src->fileName());
src->reset();
+ src->internalDataSourceUpdate();
}
}
}