Mercurial > pidgin
changeset 27070:d570d1e10382
Use guint for a timeout handle here, too.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 07 Jun 2009 17:07:33 +0000 |
parents | 08f5c5b12e7c |
children | 5bbdb0a93c52 cd76e1366ad3 |
files | libpurple/protocols/jabber/buddy.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/buddy.c Sun Jun 07 17:02:23 2009 +0000 +++ b/libpurple/protocols/jabber/buddy.c Sun Jun 07 17:07:33 2009 +0000 @@ -47,7 +47,7 @@ char *jid; GSList *ids; GHashTable *resources; - int timeout_handle; + guint timeout_handle; GSList *vcard_imgids; PurpleNotifyUserInfo *user_info; long last_seconds;