/srv/mercurial-server/detachablepurple: 0e6c08b1e02d: Also expor...
Gilles Bedel
gillux at cpw.pidgin.im
Fri Jun 15 22:01:45 EDT 2012
Changeset: 0e6c08b1e02d0e73da084ad33da0509a0efae500
Author: Gilles Bedel <gillux at cpw.pidgin.im>
Date: 2012-05-20 15:54 +0000
Branch: cpw.gillux.detachablepurple
URL: http://hg.pidgin.im/srv/mercurial-server/detachablepurple/rev/0e6c08b1e02d
Description:
Also export the "account" property of PurpleChat and PurpleBuddy.
We need to have everything.
diffstat:
libpurple/dbus/buddy.xml | 1 +
libpurple/dbus/chat.xml | 3 ++-
2 files changed, 3 insertions(+), 1 deletions(-)
diffs (24 lines):
diff --git a/libpurple/dbus/buddy.xml b/libpurple/dbus/buddy.xml
--- a/libpurple/dbus/buddy.xml
+++ b/libpurple/dbus/buddy.xml
@@ -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>
diff --git a/libpurple/dbus/chat.xml b/libpurple/dbus/chat.xml
--- a/libpurple/dbus/chat.xml
+++ b/libpurple/dbus/chat.xml
@@ -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