Show
Ignore:
Timestamp:
06/11/08 08:20:10 (6 months ago)
Author:
eugene
Message:

Applied the latest version of flynd's daemon patch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/licq_group/include/licq_events.h

    r6217 r6257  
    406406 * 
    407407 * For contact updates, ppid and id are valid. For group updates, argument 
    408  * holds the group id. 
     408 * holds the group id except for reordered which applies to entire list. 
    409409 */ 
    410410enum SubSignals_UPDATExLIST 
     
    415415  LIST_GROUP_ADDED = 4,         /**< A group was added to the list */ 
    416416  LIST_GROUP_REMOVED = 5,       /**< A group was removed from the list */ 
    417   LIST_GROUP_CHANGED = 6        /**< Data for a group has changed */ 
     417  LIST_GROUP_CHANGED = 6,       /**< Data for a group has changed */ 
     418  LIST_GROUP_REORDERED = 7,     /**< Group sorting has changed */ 
    418419}; 
    419420