diff src/conversation.c @ 2937:261895f72f8a

[gaim-migrate @ 2950] I'm never committing to gaim again. Really. You've got to believe me on this. committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Fri, 25 Jan 2002 04:49:39 +0000
parents dd71bb88bc58
children 8e924e4aa256
line wrap: on
line diff
--- a/src/conversation.c	Thu Jan 24 21:43:09 2002 +0000
+++ b/src/conversation.c	Fri Jan 25 04:49:39 2002 +0000
@@ -134,6 +134,14 @@
 	return;
 }
 
+void set_convo_name(struct conversation *c, const char *nname)
+{
+
+	g_snprintf(c->name, sizeof(c->name), "%s", nname);
+
+	return;
+}
+
 struct conversation *new_conversation(char *name)
 {
 	struct conversation *c;