[Telepathy-commits] [telepathy-haze/master] Stop talking about JIDs - Haze has protocols other than XMPP

Simon McVittie "http://smcv.pseudorandom.co.uk/" at dhansak.collabora.co.uk
Thu Oct 16 03:31:48 PDT 2008


... unlike Gabble, from which I copied the InitiatorID boilerplate.
---
 src/contact-list-channel.c |    2 +-
 src/im-channel.c           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/contact-list-channel.c b/src/contact-list-channel.c
index b970038..2e3abba 100644
--- a/src/contact-list-channel.c
+++ b/src/contact-list-channel.c
@@ -764,7 +764,7 @@ haze_contact_list_channel_class_init (HazeContactListChannelClass *klass)
     g_object_class_install_property (object_class, PROP_INITIATOR_HANDLE,
         param_spec);
 
-    param_spec = g_param_spec_string ("initiator-id", "Initiator's bare JID",
+    param_spec = g_param_spec_string ("initiator-id", "Initiator's ID",
         "The string obtained by inspecting the initiator-handle",
         NULL,
         G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
diff --git a/src/im-channel.c b/src/im-channel.c
index 5cdb499..71c4f37 100644
--- a/src/im-channel.c
+++ b/src/im-channel.c
@@ -584,7 +584,7 @@ haze_im_channel_class_init (HazeIMChannelClass *klass)
     g_object_class_install_property (object_class, PROP_INITIATOR_HANDLE,
         param_spec);
 
-    param_spec = g_param_spec_string ("initiator-id", "Initiator's bare JID",
+    param_spec = g_param_spec_string ("initiator-id", "Initiator's ID",
         "The string obtained by inspecting the initiator-handle",
         NULL,
         G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
-- 
1.5.6.5



More information about the Telepathy-commits mailing list