[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Fri Mar 11 21:13:49 CET 2005


CVS commit by staikos: 

er something didn't sound right


  M +1 -1      kstiface_impl.cpp   1.66


--- kdeextragear-2/kst/kst/kstiface_impl.cpp  #1.65:1.66
@@ -451,5 +451,5 @@ bool KstIfaceImpl::setScalar(const QStri
   KstScalarList::Iterator it = KST::scalarList.findTag(name);
 
-  if (it == KST::scalarList.end() || (*it)->editable()) {
+  if (it == KST::scalarList.end() || !(*it)->editable()) {
     return false;
   }




More information about the Kst mailing list