cpw.maiku.media_refactor: d2a1ded5: Fix parameter to actually be a string in...

maiku at pidgin.im maiku at pidgin.im
Thu Oct 22 22:36:11 EDT 2009


-----------------------------------------------------------------
Revision: d2a1ded525b0ffd2f388583c02ecd72169fc28de
Ancestor: cac239d99c2e2dbf7cd5e6a3f07ecda617141b4e
Author: maiku at pidgin.im
Date: 2009-10-23T00:00:44
Branch: im.pidgin.cpw.maiku.media_refactor
URL: http://d.pidgin.im/viewmtn/revision/info/d2a1ded525b0ffd2f388583c02ecd72169fc28de

Modified files:
        libpurple/media/backend-iface.c

ChangeLog: 

Fix parameter to actually be a string instead of an object.

-------------- next part --------------
============================================================
--- libpurple/media/backend-iface.c	8e74ad396f0cfe3f565b5b567eba8029aafb22eb
+++ libpurple/media/backend-iface.c	70d12affd5ba931176927952b0963bc47bdf08dc
@@ -54,11 +54,11 @@ purple_media_backend_base_init(gpointer 
 		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",


More information about the Commits mailing list