soc.2010.detachablepurple: 706eb2b0: Added exportation of the "connection" Pu...

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


----------------------------------------------------------------------
Revision: 706eb2b0f7a483ef3d094987bd3206aede820a2a
Parent:   dca9b57ebfa21805b5a8f19998066df9bbe31444
Author:   gillux at soc.pidgin.im
Date:     08/03/10 23:07:00
Branch:   im.pidgin.soc.2010.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/706eb2b0f7a483ef3d094987bd3206aede820a2a

Changelog: 

Added exportation of the "connection" PurpleAccount property. Damn simple, isn't it?

Changes against parent dca9b57ebfa21805b5a8f19998066df9bbe31444

  patched  libpurple/dbus-prototypes/account.xml

-------------- next part --------------
============================================================
--- libpurple/dbus-prototypes/account.xml	c1d45804b0d90321fbc8d1694f0dbfb394e2c001
+++ libpurple/dbus-prototypes/account.xml	c6eb5a710e17f3f9d927c4ce71691543cdecbe8e
@@ -6,6 +6,7 @@
 		<property type="s" name="private-alias"   access="readwrite" />
 		<property type="s" name="public-alias"    access="readwrite" />
 		<property type="b" name="enabled"         access="readwrite" />
+		<property type="o" name="connection"      access="read" />
 		<property type="s" name="buddy-icon-path" access="readwrite" />
 		<property type="b" name="remember-password" access="readwrite" />
 		<property type="b" name="check-mail"      access="readwrite" />


More information about the Commits mailing list