changeset 17995:456bd1e7e27b

Use the util function to get info.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 02 Jun 2007 14:25:14 +0000
parents 9fe9b4debad7
children 56c4f462b110
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sat Jun 02 14:22:00 2007 +0000
+++ b/pidgin/gtkconv.c	Sat Jun 02 14:25:14 2007 +0000
@@ -608,7 +608,7 @@
 				purple_conv_chat_get_id(PURPLE_CONV_CHAT(conv)), who);
 		}
 		else
-			prpl_info->get_info(gc, who);
+			pidgin_retrieve_user_info(gc, who);
 	}
 }