CVS commit by netterfield:
BUG:
data object dialogs were not being updated on <new>. This fixes that.
M +1 -0 dataobjectdialog.h 1.10
--- kdeextragear-2/kst/kst/dataobjectdialog.h #1.9:1.10
@@ -72,4 +72,5 @@ void DIALOGTYPE::show_New() {
DP = 0L;
+ update();
_fillFieldsForNew();