add preStart event and use it to load the cutlist
[enigma2.git] / lib / gui / einputnumber.cpp
index 29c7880163715548e1d5c3b20c209c9351ac0d07..a71e161f1e431d268085e6cfb93af4e263b6885e 100644 (file)
@@ -105,7 +105,7 @@ int eInputContentNumber::haveKey(int code, int overwrite)
                
                m_cursor++;
                
-               assert(m_cursor <= m_len);
+               ASSERT(m_cursor <= m_len);
  
                if (m_input)
                        m_input->invalidate();