diff libpurple/protocols/jabber/buddy.c @ 27152: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 01c91af62ab3
children 01f1929d0936
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;