Changeset 6201 for trunk/qt-gui

Show
Ignore:
Timestamp:
05/25/08 06:25:55 (6 months ago)
Author:
flynd
Message:

Use new group signals from daemon.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/mainwin.cpp

    r6180 r6201  
    16051605  switch(sig->SubSignal()) 
    16061606  { 
    1607     case LIST_ALL: 
     1607    case LIST_INVALIDATE: 
    16081608    { 
    16091609      updateUserWin(); 
    16101610      break; 
    16111611    } 
    1612     case LIST_ADD: 
     1612    case LIST_CONTACT_ADDED: 
    16131613    { 
    16141614      ICQUser *u = gUserManager.FetchUser(sig->Id(), sig->PPID(), LOCK_W); 
     
    16471647    } 
    16481648 
    1649     case LIST_REMOVE: 
     1649    case LIST_CONTACT_REMOVED: 
    16501650    { 
    16511651      // delete their entries in the user list 
     
    17161716      break; 
    17171717    } 
     1718 
     1719    case LIST_GROUP_ADDED: 
     1720    case LIST_GROUP_REMOVED: 
     1721    case LIST_GROUP_CHANGED: 
     1722      updateGroups(); 
     1723      updateUserWin(); 
     1724      break; 
    17181725 
    17191726  }  // Switch