diff pidgin/gtkconv.c @ 20050:20c336838629

Do not boldify the chat in the buddylist for unread system messages.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 15 Sep 2007 08:03:47 +0000
parents 7af1af2b7ad3
children d9a6d6ac2537
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sat Sep 15 06:26:35 2007 +0000
+++ b/pidgin/gtkconv.c	Sat Sep 15 08:03:47 2007 +0000
@@ -5135,8 +5135,6 @@
 				   PurpleConversation *conv, PurpleMessageFlags flags)
 {
 	PurpleConversationUiOps *ui_ops = pidgin_conversations_get_conv_ui_ops();
-	if (conv != NULL)
-		return;
 
 	/* create hidden conv if hide_new pref is always */
 	/* or if hide_new pref is away and account is away */