comparison libpurple/protocols/jabber/buddy.c @ 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 0f0e98978d66
children 3f2b5e2ab5c5
comparison
equal deleted inserted replaced
17590:60c8535afc33 17591:58a145802f0a
2011 2011
2012 purple_request_fields(js->gc, _("Search for XMPP users"), 2012 purple_request_fields(js->gc, _("Search for XMPP users"),
2013 _("Search for XMPP users"), instructions, fields, 2013 _("Search for XMPP users"), instructions, fields,
2014 _("Search"), G_CALLBACK(user_search_cb), 2014 _("Search"), G_CALLBACK(user_search_cb),
2015 _("Cancel"), G_CALLBACK(user_search_cancel_cb), 2015 _("Cancel"), G_CALLBACK(user_search_cancel_cb),
2016 NULL, NULL, NULL, 2016 purple_connection_get_account(js->gc), NULL, NULL,
2017 usi); 2017 usi);
2018 2018
2019 g_free(instructions); 2019 g_free(instructions);
2020 } 2020 }
2021 } 2021 }