From 6e76ea6798905b5afa5079133a957fbe93bac028 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 2 Nov 2012 12:02:09 -0500 Subject: Update kopete references of gaim to pidgin. This resolves bug report 865. Thanks to Kristopher Gamrat. --- kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.cpp | 2 +- kopete/protocols/groupwise/libgroupwise/tasks/sendmessagetask.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/protocols/groupwise/libgroupwise/tasks') diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.cpp b/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.cpp index 2b77e33e..1ef621dc 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.cpp +++ b/kopete/protocols/groupwise/libgroupwise/tasks/getstatustask.cpp @@ -35,7 +35,7 @@ void GetStatusTask::userDN( const TQString & dn ) m_userDN = dn; // set up Transfer Field::FieldList lst; - // changed from USERID to DN as per Gaim/GWIM + // changed from USERID to DN as per Pidgin/GWIM lst.append( new Field::SingleField( NM_A_SZ_DN, 0, NMFIELD_TYPE_UTF8, m_userDN ) ); createTransfer( "getstatus", lst ); } diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/sendmessagetask.cpp b/kopete/protocols/groupwise/libgroupwise/tasks/sendmessagetask.cpp index fdf1173f..7180b4da 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/sendmessagetask.cpp +++ b/kopete/protocols/groupwise/libgroupwise/tasks/sendmessagetask.cpp @@ -31,7 +31,7 @@ SendMessageTask::~SendMessageTask() void SendMessageTask::message( const TQStringList & recipientDNList, const OutgoingMessage & msg ) { - // Assumes the conference is instantiated, unlike Gaim's nm_send_message + // Assumes the conference is instantiated, unlike Pidgin's nm_send_message Field::FieldList lst, tmp, msgBodies; // list containing GUID tmp.append( new Field::SingleField( NM_A_SZ_OBJECT_ID, 0, NMFIELD_TYPE_UTF8, msg.guid ) ); -- cgit v1.2.1