Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2011-09-27 06:52:20 +0400
committerEion Robb <eion@robbmob.com>2011-09-27 06:52:20 +0400
commit35e15ca75ea7d4c6363c1539415235674afa6f68 (patch)
tree4810571155cc9701b7fdf98412742aa4bb40a5be /PurpleSkypeAccount.m
parent916565e587263bc99bc1a8eeb46bb9fe84ec42f2 (diff)
Say that the buddy is offline instead of an unknown, invalid status if we don't know what status they actually are
Diffstat (limited to 'PurpleSkypeAccount.m')
-rw-r--r--PurpleSkypeAccount.m2
1 files changed, 1 insertions, 1 deletions
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