# HG changeset patch # User Casey Harkins # Date 1192421248 0 # Node ID 2cf9156f4b8567e44e0084969563620c0ab12d1a # Parent 1d8969748cd9fc3e72b3578df3b937590aadcac1 Make clicking on the menutray in the buddy list present the first pending conversation again. diff -r 1d8969748cd9 -r 2cf9156f4b85 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Mon Oct 15 01:53:38 2007 +0000 +++ b/pidgin/gtkblist.c Mon Oct 15 04:07:28 2007 +0000 @@ -3907,7 +3907,7 @@ convs = pidgin_conversations_find_unseen_list(PURPLE_CONV_TYPE_IM, PIDGIN_UNSEEN_TEXT, TRUE, 1); if (convs) { - purple_conversation_present((PurpleConversation*)convs->data); + pidgin_conv_present_conversation((PurpleConversation*)convs->data); g_list_free(convs); } break;