From 35e15ca75ea7d4c6363c1539415235674afa6f68 Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Tue, 27 Sep 2011 02:52:20 +0000 Subject: Say that the buddy is offline instead of an unknown, invalid status if we don't know what status they actually are --- PurpleSkypeAccount.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PurpleSkypeAccount.m b/PurpleSkypeAccount.m index 5a6d95f..20767ff 100644 --- a/PurpleSkypeAccount.m +++ b/PurpleSkypeAccount.m @@ -90,7 +90,7 @@ static SLPurpleCocoaAdapter *purpleThread = nil; return STATUS_NAME_OFFLINE; } - return nil; + return STATUS_NAME_OFFLINE; } - (const char *)purpleStatusIDForStatus:(AIStatus *)statusState -- cgit v1.2.3