Mercurial > pidgin.yaz
changeset 29544: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 | 4aa30863743b |
children | 30e8ab2a4bc2 |
files | libpurple/media/backend-iface.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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",