Mercurial > pidgin.yaz
changeset 24592:c13086683ecd
Add a new variable to produce IM sequence number
author | Hu Yong <ccpaging@gmail.com> |
---|---|
date | Wed, 19 Nov 2008 08:36:18 +0000 |
parents | d2d6fff831dc |
children | bc597cf503b1 |
files | libpurple/protocols/qq/qq.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq.h Wed Nov 19 08:35:32 2008 +0000 +++ b/libpurple/protocols/qq/qq.h Wed Nov 19 08:36:18 2008 +0000 @@ -183,7 +183,7 @@ gboolean is_show_notice; gboolean is_show_news; - guint16 send_im_seq; /* send IM sequence number */ + guint16 send_im_id; /* send IM sequence number */ }; #endif