diff pidgin/gtkdialogs.c @ 17275:319bcb73eb4e

Use utility functions to get user info. Closes #964.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 24 May 2007 21:15:16 +0000
parents b409b5c3063a
children a307926a3432
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Thu May 24 20:35:07 2007 +0000
+++ b/pidgin/gtkdialogs.c	Thu May 24 21:15:16 2007 +0000
@@ -823,7 +823,7 @@
 		found = pidgin_dialogs_ee(username);
 
 	if (!found && username != NULL && *username != '\0' && account != NULL)
-		serv_get_info(purple_account_get_connection(account), username);
+		pidgin_retrieve_user_info(purple_account_get_connection(account), username);
 
 	g_free(username);
 }