# HG changeset patch # User Eric Warmenhoven # Date 1002909855 0 # Node ID 75c62304c4890a450c634bbec7fde4f00c8dd07c # Parent 07ba973897e7b373b8dc574ba39ea26b546a8258 [gaim-migrate @ 2504] send offline properly committer: Tailor Script diff -r 07ba973897e7 -r 75c62304c489 src/protocols/yahoo/yay.c --- a/src/protocols/yahoo/yay.c Fri Oct 12 17:35:22 2001 +0000 +++ b/src/protocols/yahoo/yay.c Fri Oct 12 18:04:15 2001 +0000 @@ -399,9 +399,9 @@ if ((flags & IM_FLAG_AWAY)|| !strlen(message)) return 0; if (flags & IM_FLAG_CHECKBOX) - yahoo_send_message(yd->sess, yd->active_id, who, message); + yahoo_send_message_offline(yd->sess, yd->active_id, who, message); else - yahoo_send_message_offline(yd->sess, yd->active_id, who, message); + yahoo_send_message(yd->sess, yd->active_id, who, message); return 1; }