OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-gui/as_dataop.cpp versions 1.27 and 1.28
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/as/as-gui/as_dataop.cpp 1.27 -> 1.28

--- as_dataop.cpp        2002/12/17 14:08:33     1.27
+++ as_dataop.cpp        2002/12/18 12:36:16     1.28
@@ -244,10 +244,14 @@
         if (!Remark.isEmpty())
             m_pMaintable->setText(nIter, TITRAQ_IDXREMARK, Remark);
 
-        if (bValid) // Show a bitmap to signal valid or error state
+        if (bValid) { // Show a bitmap to signal valid or error state
+            m_pMaintable->setText(nIter, TITRAQ_IDXSTATUS, QString(QChar('O')));
             m_pMaintable->setPixmap(nIter, TITRAQ_IDXSTATUS, Statokay);
-        else
+        }
+        else {
+            m_pMaintable->setText(nIter, TITRAQ_IDXSTATUS, QString(QChar('E')));
             m_pMaintable->setPixmap(nIter, TITRAQ_IDXSTATUS, Staterror);
+        }
 
         nIter++;            // The big increment
         Line = trUtf8("");  // Clear line for next round

CVSTrac 2.0.1