diff libpurple/media/backend-iface.c @ 29150:c9845a081a3a

Fix parameter to actually be a string instead of an object.
author maiku@pidgin.im
date Fri, 23 Oct 2009 00:00:44 +0000
parents af08588c06f5
children 9f16127441e8
line wrap: on
line diff
--- 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",