Show
Ignore:
Timestamp:
06/21/08 04:00:10 (5 months ago)
Author:
flynd
Message:

Update group membership first so we send update signal for user after group signals.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/contactlist/contactuserdata.cpp

    r6316 r6353  
    147147  if (u != NULL) 
    148148  { 
     149    // Group membership is handled by ContactList so send it a signal to update 
     150    emit updateUserGroups(this, u); 
     151 
    149152    // No specific handling for this signal so reread everything from the daemon 
    150153    updateAll(u); 
    151  
    152     // Group membership is handled by ContactList so send it a signal to update 
    153     emit updateUserGroups(this, u); 
    154154 
    155155    gUserManager.DropUser(u);