diff 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
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);