# HG changeset patch # User Sadrul Habib Chowdhury # Date 1191701145 0 # Node ID f4001b1bf14a8c6570cfc7905b33e956b20ed146 # Parent 93674777d32f46a19107031309baf5387c673d14 Emit the 'conversation-displayed' signal when a conversation is created, in addition to when it's reattached. diff -r 93674777d32f -r f4001b1bf14a pidgin/gtkconv.c --- a/pidgin/gtkconv.c Sat Oct 06 04:22:16 2007 +0000 +++ b/pidgin/gtkconv.c Sat Oct 06 20:05:45 2007 +0000 @@ -5128,6 +5128,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