cpw.gillux.detachablepurple: e2d86480: Fixed PurpleBuddyList root property type...

gillux at soc.pidgin.im gillux at soc.pidgin.im
Tue May 29 18:19:03 EDT 2012


----------------------------------------------------------------------
Revision: e2d864804baf48d94eedd0775213d3e655953d7d
Parent:   d8c3dfb86ffc0379543669508ff6d36321bf214d
Author:   gillux at soc.pidgin.im
Date:     05/29/12 18:04:35
Branch:   im.pidgin.cpw.gillux.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/e2d864804baf48d94eedd0775213d3e655953d7d

Changelog: 

Fixed PurpleBuddyList root property type.
Sounds like the buddy list is now properly displayed in Pidgin. :)

Changes against parent d8c3dfb86ffc0379543669508ff6d36321bf214d

  patched  libpurple/blist.c

-------------- next part --------------
============================================================
--- libpurple/blist.c	408e31c454e4cd726b961dac67e33bb005469af1
+++ libpurple/blist.c	6f9b2a3584ed05b4d283aaa9062ac0ddc9fd1ebf
@@ -1482,7 +1482,7 @@ purple_blist_class_init(PurpleBuddyListC
 	g_object_class_install_property(obj_class, PROP_ROOT,
 	              g_param_spec_object(PROP_ROOT_S, _("Root"),
 	                              _("The root node for the buddy list."),
-	                              PURPLE_TYPE_BUDDY_LIST, G_PARAM_READWRITE)
+	                              PURPLE_TYPE_BLIST_NODE, G_PARAM_READWRITE)
 	              );
 
 	purple_signal_register(handle, "buddy-status-changed",


More information about the Commits mailing list