[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Mon Jan 31 03:35:59 CET 2005
CVS commit by staikos:
use the per-instance configurator where possible
M +5 -1 datawizard.ui.h 1.110
--- kdeextragear-2/kst/kst/datawizard.ui.h #1.109:1.110
@@ -131,6 +131,10 @@ void DataWizard::sourceChanged( const QS
if (!fl.isEmpty() && !fileType.isEmpty()) {
+ if (ds) {
+ _configWidget = ds->configWidget();
+ } else {
_configWidget = KstDataSource::configWidgetForSource(file, fileType);
}
+ }
_configureSource->setEnabled(_configWidget);
More information about the Kst
mailing list