Mercurial > pidgin
diff src/util.c @ 7956:1b8261f374ea
[gaim-migrate @ 8631]
This is the death of protocol numbers. There are probably now a few
functions that should now go away, but i'll let our crack team of crazy
patch writers figure out which ones they are.
out-of-tree and unofficial prpl-writers, rejoice!
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Mon, 29 Dec 2003 09:03:47 +0000 |
| parents | 7e1bb4deca24 |
| children | 3bdfb4308d10 |
line wrap: on
line diff
--- a/src/util.c Mon Dec 29 08:59:22 2003 +0000 +++ b/src/util.c Mon Dec 29 09:03:47 2003 +0000 @@ -1586,7 +1586,7 @@ const char *ret = NULL; if(account) - prpl = gaim_find_prpl(gaim_account_get_protocol(account)); + prpl = gaim_find_prpl(gaim_account_get_protocol_id(account)); if(prpl) prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(prpl);
