changeset 19827:ab8099bcc9ba

Added hints to jabber buddy.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 12 Aug 2007 17:42:54 +0000
parents 566fcbc4883a
children 9d46c706afa5
files libpurple/protocols/jabber/buddy.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/buddy.c	Sun Aug 12 16:44:02 2007 +0000
+++ b/libpurple/protocols/jabber/buddy.c	Sun Aug 12 17:42:54 2007 +0000
@@ -587,7 +587,7 @@
 						_("Save"), G_CALLBACK(jabber_format_info),
 						_("Cancel"), NULL,
 						purple_connection_get_account(gc), NULL, NULL,
-						gc);
+						"account", gc);
 }
 
 /*---------------------------------------*/
@@ -1825,7 +1825,7 @@
 				_("Search"), G_CALLBACK(user_search_cb),
 				_("Cancel"), G_CALLBACK(user_search_cancel_cb),
 				NULL, NULL, NULL,
-				usi);
+				"account", usi);
 
 		g_free(instructions);
 	}
@@ -1861,7 +1861,7 @@
 			_("Search Directory"), PURPLE_CALLBACK(jabber_user_search_ok),
 			_("Cancel"), NULL,
 			NULL, NULL, NULL,
-			js);
+			"account", js);
 }