Show
Ignore:
Timestamp:
10/04/07 12:27:57 (14 months ago)
Author:
eugene
Message:

Added default AwaitingAuth? extended icon.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/views/contactdelegate.cpp

    r5544 r5546  
    328328          && Config::ContactList::instance()->showExtendedIcons()) // ...+ extended icons are enabled 
    329329      { 
     330        // pmAwaitingAuth 
     331        if (extStatus & ContactListModel::AwaitingAuthStatus) 
     332          drawExtIcon(p, width, height, align, w, IconManager::AwaitingAuthIcon); 
     333 
    330334        // pmPhone 
    331335        if (extStatus & ContactListModel::PhoneStatus)