# HG changeset patch # User Paul Aurich # Date 1244394453 0 # Node ID d570d1e103826f9d8e34b20956b14f90c7504e66 # Parent 08f5c5b12e7c7280c3f9b13a60345d55b6b028f2 Use guint for a timeout handle here, too. diff -r 08f5c5b12e7c -r d570d1e10382 libpurple/protocols/jabber/buddy.c --- 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;