libpurple/protocols/jabber/buddy.c

changeset 21225
32d8e16cb7a9
parent 21174
8ba833993a11
child 21226
a60b30c9eeb5
child 21233
e75de8db4f2b
--- a/libpurple/protocols/jabber/buddy.c	Sun Oct 14 03:14:43 2007 +0000
+++ b/libpurple/protocols/jabber/buddy.c	Sun Oct 14 18:07:19 2007 +0000
@@ -727,7 +727,7 @@
 						_("Save"), G_CALLBACK(jabber_format_info),
 						_("Cancel"), NULL,
 						purple_connection_get_account(gc), NULL, NULL,
-						"account", gc);
+						PURPLE_REQUEST_HINT_ACCOUNT, gc);
 }
 
 /*---------------------------------------*/
@@ -2415,7 +2415,7 @@
 				_("Search"), G_CALLBACK(user_search_cb),
 				_("Cancel"), G_CALLBACK(user_search_cancel_cb),
 				purple_connection_get_account(js->gc), NULL, NULL,
-				"account", usi);
+				PURPLE_REQUEST_HINT_ACCOUNT, usi);
 
 		g_free(instructions);
 	}
@@ -2451,7 +2451,7 @@
 			_("Search Directory"), PURPLE_CALLBACK(jabber_user_search),
 			_("Cancel"), NULL,
 			NULL, NULL, NULL,
-			"account", js);
+			PURPLE_REQUEST_HINT_ACCOUNT, js);
 }
 
 

mercurial