diff options
author | Sjoerd Simons <sjoerd@luon.net> | 2008-07-28 15:17:25 +0000 |
---|---|---|
committer | Sjoerd Simons <sjoerd@luon.net> | 2008-07-28 15:17:25 +0000 |
commit | d26befeac8273223d1ac9914a7c3b8baa858b7f2 (patch) | |
tree | 25051ddcb2ffb103a133418c1f39ee81c2dfff69 /telepathy-glib/presence-mixin.c | |
parent | 42a59f050a72f02126a220f79dad022aaa81fba6 (diff) | |
download | telepathy-glib-d26befeac8273223d1ac9914a7c3b8baa858b7f2.tar.gz |
Use the TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE define to create the attribute string
20080728151725-93b9a-03fa8f50d9259dc6ad30783ec13c039c202d97f6.gz
Diffstat (limited to 'telepathy-glib/presence-mixin.c')
-rw-r--r-- | telepathy-glib/presence-mixin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/presence-mixin.c b/telepathy-glib/presence-mixin.c index ebb9e3f48..324786d59 100644 --- a/telepathy-glib/presence-mixin.c +++ b/telepathy-glib/presence-mixin.c @@ -1349,7 +1349,7 @@ simple_presence_get_attributes_foreach (gpointer key, tp_contacts_mixin_set_contact_attribute (data->presence_hash, handle, - "org.freedesktop.Telepathy.Connection.Interface.SimplePresence/presence", + TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE"/presence", val); } |