diff src/roomlist.c @ 10027:5151c6788f3d

[gaim-migrate @ 10963] make the c++ folk a little happier committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 15 Sep 2004 13:11:44 +0000
parents 19885cb8a24c
children 5e2a365af01b
line wrap: on
line diff
--- a/src/roomlist.c	Wed Sep 15 03:25:37 2004 +0000
+++ b/src/roomlist.c	Wed Sep 15 13:11:44 2004 +0000
@@ -57,8 +57,8 @@
 	list->fields = NULL;
 	list->ref = 1;
 
-	if (ops && ops->new)
-		ops->new(list);
+	if (ops && ops->create)
+		ops->create(list);
 
 	return list;
 }