Mercurial > pidgin.yaz
changeset 20324:b03f87862aba
applied changes from cbc76e85376a9fcbb1582087c7b23b2284a3ca5f
through a368fa9b4b6c46c7a04a72d69240e4f63c7d866f
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Fri, 19 Oct 2007 17:58:04 +0000 |
parents | ee70ed741ada |
children | 4ff4e3aeab27 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Fri Oct 19 17:56:36 2007 +0000 +++ b/pidgin/gtkconv.c Fri Oct 19 17:58:04 2007 +0000 @@ -5063,6 +5063,9 @@ pidgin_conv_new(PurpleConversation *conv) { private_gtkconv_new(conv, FALSE); + if (PIDGIN_IS_PIDGIN_CONVERSATION(conv)) + purple_signal_emit(pidgin_conversations_get_handle(), + "conversation-displayed", PIDGIN_CONVERSATION(conv)); } static void