# HG changeset patch # User Sadrul Habib Chowdhury # Date 1180794314 0 # Node ID 456bd1e7e27b7eca7dd4f4659a405817cfb56f00 # Parent 9fe9b4debad70a5f313f17b676cda308d4bd3499 Use the util function to get info. diff -r 9fe9b4debad7 -r 456bd1e7e27b pidgin/gtkconv.c --- 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); } }