OSSP CVS Repository

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

ossp-pkg/as/as-gui/as_slot.cpp 1.113 -> 1.114

--- as_slot.cpp  2003/02/06 15:55:01     1.113
+++ as_slot.cpp  2003/02/06 16:47:19     1.114
@@ -1082,7 +1082,8 @@
 //    pTask = static_cast<RtTableItem *>(m_pMaintable->item(m_pMaintable->currentRow(), TITRAQ_IDXTASK));
 //    pTask->setText(Taskup);
 
-    m_pMaintable->setText(m_pMaintable->currentRow(), TITRAQ_IDXTASK, Taskup);
+    // Don't try to use the Taskup string, because it ignores autocompletion
+    m_pMaintable->setText(m_pMaintable->currentRow(), TITRAQ_IDXTASK, m_pTasks->currentText());
 }
 
 //

CVSTrac 2.0.1