[Telepathy-commits] [telepathy-spec/master] Account.Nickname: change type from 'as' to 's' as was intended

Simon McVittie "http://smcv.pseudorandom.co.uk/" at dhansak.collabora.co.uk
Tue Nov 11 06:20:12 PST 2008


This is an ABI break, but the only known implementation (Mission Control
5) appears to assume 's', not 'as', in any case.
---
 spec/Account.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/spec/Account.xml b/spec/Account.xml
index 5f7b5b7..e5b755f 100644
--- a/spec/Account.xml
+++ b/spec/Account.xml
@@ -236,7 +236,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
     </property>
 
     <property name="Nickname" tp:name-for-bindings="Nickname"
-      type="as" access="readwrite">
+      type="s" access="readwrite">
       <tp:docstring>
         The nickname to set on this account for display to other contacts,
         as set by the user. When the account becomes connected, the
-- 
1.5.6.5




More information about the Telepathy-commits mailing list