changeset 7257:31abca48a631

[gaim-migrate @ 7834] Auto-set the title when we change the conversation name. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 14 Oct 2003 03:34:55 +0000
parents c93493c59ac3
children d1974612b994
files src/conversation.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/conversation.c	Tue Oct 14 03:28:26 2003 +0000
+++ b/src/conversation.c	Tue Oct 14 03:34:55 2003 +0000
@@ -1172,6 +1172,8 @@
 		g_free(conv->name);
 
 	conv->name = (name == NULL ? NULL : g_strdup(name));
+
+	gaim_conversation_autoset_title(conv);
 }
 
 const char *