From: <ev...@us...> - 2006-12-26 02:44:18
|
Revision: 18054 http://svn.sourceforge.net/gaim/?rev=18054&view=rev Author: evands Date: 2006-12-25 18:44:15 -0800 (Mon, 25 Dec 2006) Log Message: ----------- Added GAIM_SUBTYPE_USERINFO subtype for use by the displaying-userinfo signal in passing a GaimNotifyUserInfo Modified Paths: -------------- trunk/libgaim/value.h Modified: trunk/libgaim/value.h =================================================================== --- trunk/libgaim/value.h 2006-12-26 02:42:54 UTC (rev 18053) +++ trunk/libgaim/value.h 2006-12-26 02:44:15 UTC (rev 18054) @@ -75,7 +75,8 @@ GAIM_SUBTYPE_LOG, GAIM_SUBTYPE_XFER, GAIM_SUBTYPE_SAVEDSTATUS, - GAIM_SUBTYPE_XMLNODE + GAIM_SUBTYPE_XMLNODE, + GAIM_SUBTYPE_USERINFO } GaimSubType; /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |