diff src/conversation.c @ 8155:77d1252b3803

[gaim-migrate @ 8867] Patch by Etan Reisner. The tabs now stay green when they are supposed to, and the offline accounts in account drop-down lists are now greyed, like in the accounts window. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Jan 2004 03:22:52 +0000
parents ab0750ac5154
children e283be34aadf
line wrap: on
line diff
--- a/src/conversation.c	Tue Jan 20 20:03:24 2004 +0000
+++ b/src/conversation.c	Wed Jan 21 03:22:52 2004 +0000
@@ -1089,8 +1089,8 @@
 
 	ops = gaim_conversation_get_ui_ops(conv);
 
-	if (ops != NULL && ops->set_title != NULL)
-		ops->set_title(conv, conv->title);
+	if (ops != NULL && ops->updated != NULL)
+		ops->updated(conv, GAIM_CONV_UPDATE_TITLE);
 }
 
 const char *