diff src/protocols/gg/gg.c @ 4732:c15e0699acae

[gaim-migrate @ 5047] hopefully this doesn't break anything. - Capabilities are back in the tooltips - Jabber does the neat status thing in the buddy list - jabber "broken" buddies are gone! woohoo! - most of the right-click menu items moved back to where they used to live, but Get Info remains at the top, because that's where it should be. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 13 Mar 2003 06:08:56 +0000
parents e34fe984f999
children c4c28874ecd3
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Thu Mar 13 00:10:56 2003 +0000
+++ b/src/protocols/gg/gg.c	Thu Mar 13 06:08:56 2003 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 5016 2003-03-11 18:15:36Z faceprint $
+ * $Id: gg.c 5047 2003-03-13 06:08:56Z faceprint $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -365,7 +365,7 @@
 
 				g_snprintf(user, sizeof(user), "%lu", n->uin);
 				serv_got_update(gc, user, (status == UC_UNAVAILABLE) ? 0 : 1, 0, 0, 0,
-						status, 0);
+						status);
 				n++;
 			}
 		}
@@ -391,7 +391,7 @@
 
 			g_snprintf(user, sizeof(user), "%lu", e->event.status.uin);
 			serv_got_update(gc, user, (status == UC_UNAVAILABLE) ? 0 : 1, 0, 0, 0,
-					status, 0);
+					status);
 		}
 		break;
 	case GG_EVENT_ACK: