Mercurial > pidgin
diff src/protocols/gg/search.c @ 12007:8724718d387f
[gaim-migrate @ 14300]
Further updates to gg from Bartosz Oler. This makes the login and token retrieval processes asynchronous. There are also some encoding fixes and various cleanups. There are some changes from me to make it work on win32.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Tue, 08 Nov 2005 19:45:09 +0000 |
| parents | d5599677bf32 |
| children | 41747a38a1a8 |
line wrap: on
line diff
--- a/src/protocols/gg/search.c Tue Nov 08 18:56:15 2005 +0000 +++ b/src/protocols/gg/search.c Tue Nov 08 19:45:09 2005 +0000 @@ -57,7 +57,8 @@ gaim_debug_info("gg", "It's time to perform a search...\n"); if ((req = gg_pubdir50_new(GG_PUBDIR50_SEARCH)) == NULL) { - gaim_debug_error("gg", "ggp_bmenu_show_details: Unable to create req variable.\n"); + gaim_debug_error("gg", + "ggp_bmenu_show_details: Unable to create req variable.\n"); return; } @@ -125,4 +126,4 @@ /* }}} */ -/* vim: set ts=4 sts=0 sw=4 noet: */ +/* vim: set ts=8 sts=0 sw=8 noet: */
