Mercurial > pidgin
changeset 20937:2cf9156f4b85
Make clicking on the menutray in the buddy list present the first pending
conversation again.
| author | Casey Harkins <charkins@pidgin.im> |
|---|---|
| date | Mon, 15 Oct 2007 04:07:28 +0000 |
| parents | 1d8969748cd9 |
| children | 5c849ee68659 |
| files | pidgin/gtkblist.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;
