SVN commit 1116635 by zhang:
continue kst1kde4
M +1 -1 kstvvdialog.cpp
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstvvdialog.cpp #1116634:1116635
@@ -147,7 +147,7 @@
}
if (!old.isNull() && plots.contains(old)) {
-// xxx _w->_plotList->setCurrentText(old);
+ _w->_plotList->setItemText(_w->_plotList->currentIndex(), old);
}
}