# HG changeset patch # User maiku@pidgin.im # Date 1256256044 0 # Node ID c9845a081a3ad33bd72bf92edf7df7f8e3d5f8f9 # Parent 4aa30863743b0f008bf669d2bd64a3b7c7fed681 Fix parameter to actually be a string instead of an object. diff -r 4aa30863743b -r c9845a081a3a libpurple/media/backend-iface.c --- 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",