ui/uiengine/medialists/src/glxmedialist.cpp
changeset 33 1ee2af37811f
parent 29 2c833fc9e98f
child 52 a3a4c0de738e
equal deleted inserted replaced
29:2c833fc9e98f 33:1ee2af37811f
  1492 
  1492 
  1493     // Inform observers of first time population
  1493     // Inform observers of first time population
  1494     if (!iIsPopulated)
  1494     if (!iIsPopulated)
  1495         {
  1495         {
  1496         TListPopulatedNotificationStrategy strategy( *this );
  1496         TListPopulatedNotificationStrategy strategy( *this );
       
  1497         iIsPopulated = ETrue; // Do this only once.
  1497         NotifyObservers( strategy );
  1498         NotifyObservers( strategy );
  1498         iIsPopulated = ETrue; // Do this only once.
       
  1499         }
  1499         }
  1500     }
  1500     }
  1501 
  1501 
  1502 // -----------------------------------------------------------------------------
  1502 // -----------------------------------------------------------------------------
  1503 // Handles item modifications
  1503 // Handles item modifications