Mercurial > pidgin.yaz
changeset 17591:58a145802f0a
Fixed weird bug that caused not supplying the account when searching for users.
author | Andreas Monitzer <pidgin@monitzer.com> |
---|---|
date | Mon, 18 Jun 2007 03:14:45 +0000 |
parents | 60c8535afc33 |
children | f2686bec13c0 |
files | libpurple/protocols/jabber/buddy.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/buddy.c Mon Jun 18 02:57:22 2007 +0000 +++ b/libpurple/protocols/jabber/buddy.c Mon Jun 18 03:14:45 2007 +0000 @@ -2013,7 +2013,7 @@ _("Search for XMPP users"), instructions, fields, _("Search"), G_CALLBACK(user_search_cb), _("Cancel"), G_CALLBACK(user_search_cancel_cb), - NULL, NULL, NULL, + purple_connection_get_account(js->gc), NULL, NULL, usi); g_free(instructions);