CVS commit by staikos: update the dialog when config is changed M +1 -0 kstvectordialog_i.cpp 1.68 --- kdeextragear-2/kst/kst/kstvectordialog_i.cpp #1.67:1.68 @@ -481,4 +481,5 @@ void KstVectorDialogI::configureSource() dlg->setMainWidget(0L); delete dlg; + updateCompletion(); // could be smarter by only running if Ok/Apply clicked }