libpurple/media/backend-iface.c

branch
cpw.maiku.media_refactor
changeset 29560
0af31a3eb297
parent 29558
a151d2be726c
child 29562
7f2e253c266e
--- a/libpurple/media/backend-iface.c	Thu Oct 22 23:29:51 2009 +0000
+++ b/libpurple/media/backend-iface.c	Fri Oct 23 00:00:44 2009 +0000
@@ -54,11 +54,11 @@
 		return;
 
 	g_object_class_install_property(iface, PROP_CONFERENCE_TYPE,
-			g_param_spec_object("conference-type",
+			g_param_spec_string("conference-type",
 			"Conference Type",
 			"The type of conference that this backend "
 			"has been created to provide.",
-			G_TYPE_STRING,
+			NULL,
 			G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE));
 	g_object_class_install_property(iface, PROP_MEDIA,
 			g_param_spec_object("media",

mercurial