Mercurial > pidgin
comparison src/server.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 | 283fb289c510 |
| children | a979ce8ec806 |
comparison
equal
deleted
inserted
replaced
| 4731:6f0ecc21db46 | 4732:c15e0699acae |
|---|---|
| 846 } | 846 } |
| 847 | 847 |
| 848 | 848 |
| 849 | 849 |
| 850 void serv_got_update(struct gaim_connection *gc, char *name, int loggedin, | 850 void serv_got_update(struct gaim_connection *gc, char *name, int loggedin, |
| 851 int evil, time_t signon, time_t idle, int type, guint caps) | 851 int evil, time_t signon, time_t idle, int type) |
| 852 { | 852 { |
| 853 struct buddy *b = gaim_find_buddy(gc->account, name); | 853 struct buddy *b = gaim_find_buddy(gc->account, name); |
| 854 | 854 |
| 855 if (signon && (gc->prpl->options & OPT_PROTO_CORRECT_TIME)) { | 855 if (signon && (gc->prpl->options & OPT_PROTO_CORRECT_TIME)) { |
| 856 char *tmp = g_strdup(normalize(name)); | 856 char *tmp = g_strdup(normalize(name)); |
