[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Sun Mar 27 21:27:57 CEST 2005
CVS commit by staikos:
revertlast
M +32 -19 vectorselector.ui.h 1.17
--- kdeextragear-2/kst/kst/vectorselector.ui.h #1.16:1.17
@@ -62,4 +62,9 @@ void VectorSelector::update()
blockSignals(false);
setEdit(_vector->currentText());
+
+/* KST::vectorList.lock().readLock(); */
+/* KstRVectorPtr rvp = kst_cast<KstRVector>(*KST::vectorList.findTag(_vector->currentText())); */
+/* KST::vectorList.lock().readUnlock(); */
+/* _editVector->setEnabled(rvp); */
}
@@ -82,4 +87,8 @@ void VectorSelector::selectionWatcher( c
emit selectionChangedLabel(label);
setEdit(tag);
+/* KST::vectorList.lock().readLock(); */
+/* KstRVectorPtr rvp = kst_cast<KstRVector>(*KST::vectorList.findTag(tag)); */
+/* KST::vectorList.lock().readUnlock(); */
+/* _editVector->setEnabled(rvp); */
}
@@ -102,4 +111,8 @@ void VectorSelector::setSelection( const
setEdit(tag);
+/* KST::vectorList.lock().readLock(); */
+/* KstRVectorPtr rvp = kst_cast<KstRVector>(*KST::vectorList.findTag(tag)); */
+/* KST::vectorList.lock().readUnlock(); */
+/* _editVector->setEnabled(rvp); */
}
More information about the Kst
mailing list