soc.2010.detachablepurple: 8711547b: Fixed a bug that made accounts to regist...

gillux at soc.pidgin.im gillux at soc.pidgin.im
Thu Aug 5 00:04:06 EDT 2010


----------------------------------------------------------------------
Revision: 8711547b61f3a4f2f30d6c60c102f1259c3db1db
Parent:   2ed2f00ee919f12aef7f543992a9ab4e3f976b7b
Author:   gillux at soc.pidgin.im
Date:     08/03/10 21:05:28
Branch:   im.pidgin.soc.2010.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/8711547b61f3a4f2f30d6c60c102f1259c3db1db

Changelog: 

Fixed a bug that made accounts to register on dbus twice, on client side.
This were a side effect of d225874339aecd68f8cd641e6ca7dd367c644f91.

Changes against parent 2ed2f00ee919f12aef7f543992a9ab4e3f976b7b

  patched  libpurple/dbus-constructor.c

-------------- next part --------------
============================================================
--- libpurple/dbus-constructor.c	9f98c0044fac7bca44cea28e6347374232623494
+++ libpurple/dbus-constructor.c	b25b21916b2ba05345083e5e4dc65c5223beef96
@@ -320,10 +320,6 @@ load_accounts_cb(GValueArray* box)
 	g_ptr_array_foreach(prop_array, (GFunc)load_account_prop_cb, acc);
 	purple_core_set_running_mode(mode);
 
-	/* In normal mode this have been skipped, so do it now */
-	purple_object_install_dbus_infos(PURPLE_OBJECT(acc),
-					DBUS_ACCOUNT_INTERFACE, path_name);
-
 	g_free(path_name);
 	g_free(protocol_id);
 	g_value_unset(username);


More information about the Commits mailing list