diff src/gtkconv.c @ 11671:4ebd27e664c4

[gaim-migrate @ 13957] 1327538 was not the problem, a stale/old gaimosd was. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 15 Oct 2005 19:25:18 +0000
parents 0940c0077b8c
children 04e0189bb519
line wrap: on
line diff
--- a/src/gtkconv.c	Sat Oct 15 17:15:06 2005 +0000
+++ b/src/gtkconv.c	Sat Oct 15 19:25:18 2005 +0000
@@ -1910,7 +1910,7 @@
 	gtk_window_set_title(GTK_WINDOW(gtkconv->win->window),
 	                     gtk_label_get_text(GTK_LABEL(gtkconv->tab_label)));
 
-	gaim_gtkconv_updated(conv, GAIM_CONV_UPDATE_ACCOUNT);
+	gaim_conversation_update(conv, GAIM_CONV_UPDATE_ACCOUNT);
 	gtk_imhtml_set_protocol_name(GTK_IMHTML(gtkconv->entry),
 	                             gaim_account_get_protocol_name(conv->account));
 }
@@ -5698,7 +5698,7 @@
 {
 	gtkconv->unseen_state = state;
 
-	gaim_gtkconv_updated(gtkconv->active_conv, GAIM_CONV_UPDATE_UNSEEN);
+	gaim_conversation_update(gtkconv->active_conv, GAIM_CONV_UPDATE_UNSEEN);
 }
 /*
  * When a conversation window is focused, we know the user