[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kopete/libkopete/ui
From:       Jason Keirstead <jason () keirstead ! org>
Date:       2003-02-01 0:38:50
[Download RAW message or body]

CVS commit by brunes: 

Show the status icon of the user in the contact menu for that user, *not* the generic
protocol icon


  M +2 -2      kopetechatwindow.cpp   1.111


--- kdenonbeta/kopete/libkopete/ui/kopetechatwindow.cpp  #1.110:1.111
@@ -347,7 +347,7 @@ void KopeteChatWindow::slotPrepareContac
         {
                 if( contact->metaContact() )
-                        contactsMenu->insertItem( protocolIcon, \
contact->metaContact()->displayName(), contact->popupMenu() ); +                      \
contactsMenu->insertItem( UserIcon(contact->statusIcon()) , \
contact->metaContact()->displayName(), contact->popupMenu() );  else
-                        contactsMenu->insertItem( protocolIcon, \
contact->displayName(), contact->popupMenu() ); +                        \
contactsMenu->insertItem( UserIcon(contact->statusIcon()) , contact->displayName(), \
contact->popupMenu() );  }
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic