pidgin/gtkconv.c

changeset 20886
663a6dcc1cd5
parent 20791
0ce6682959f1
child 20912
ef52cd4f525e
child 21169
68cce72d1734
--- 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

mercurial