cpw.gillux.detachablepurple: 407f3aac: Also export the "account" property of Pu...

gillux at soc.pidgin.im gillux at soc.pidgin.im
Sun May 20 13:21:17 EDT 2012


----------------------------------------------------------------------
Revision: 407f3aacc935ec70ff1ed472fe8d0b2e750b9a4b
Parent:   ad827fdcc6c88f90c46858d8b9baf6c5b31f1ebf
Author:   gillux at soc.pidgin.im
Date:     05/20/12 11:54:49
Branch:   im.pidgin.cpw.gillux.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/407f3aacc935ec70ff1ed472fe8d0b2e750b9a4b

Changelog: 

Also export the "account" property of PurpleChat and PurpleBuddy.
We need to have everything.

Changes against parent ad827fdcc6c88f90c46858d8b9baf6c5b31f1ebf

  patched  libpurple/dbus/buddy.xml
  patched  libpurple/dbus/chat.xml

-------------- next part --------------
============================================================
--- libpurple/dbus/buddy.xml	951059f2653952a4b307afa5e7b5140f7497231f
+++ libpurple/dbus/buddy.xml	8ecf18a72ad1c172db1c5d85c09ebf59c89f7cd9
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <node>
 	<interface name="im.pidgin.purple.buddy">
+		<property type="o" name="account" access="readwrite" />
 		<property type="s" name="alias"   access="readwrite" />
 		<property type="s" name="name"    access="readwrite" />
 	</interface>
============================================================
--- libpurple/dbus/chat.xml	61427525a000e71b5b6a795e997597047e5542b5
+++ libpurple/dbus/chat.xml	46e56c4c4a02ad2715172d6fb2bb328f7466367f
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <node>
 	<interface name="im.pidgin.purple.chat">
-		<property type="a{ss}" name="components" access="read" />
+		<property type="o"     name="account"    access="readwrite" />
+		<property type="a{ss}" name="components" access="readwrite" />
 		<property type="s"     name="alias"      access="readwrite" />
 	</interface>
 </node>


More information about the Commits mailing list