changeset 2288:b41c88001ab5

[gaim-migrate @ 2298] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 16 Sep 2001 18:30:44 +0000
parents 1a1d68e12a86
children 38e156136896
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Sun Sep 16 07:05:14 2001 +0000
+++ b/src/protocols/oscar/oscar.c	Sun Sep 16 18:30:44 2001 +0000
@@ -1131,11 +1131,11 @@
 
 	if (info->flags & AIM_FLAG_UNCONFIRMED)
 		type |= UC_UNCONFIRMED;
-	else if (info->flags & AIM_FLAG_ADMINISTRATOR)
+	if (info->flags & AIM_FLAG_ADMINISTRATOR)
 		type |= UC_ADMIN;
-	else if (info->flags & AIM_FLAG_AOL)
+	if (info->flags & AIM_FLAG_AOL)
 		type |= UC_AOL;
-	else if (info->flags & AIM_FLAG_FREE)
+	if (info->flags & AIM_FLAG_FREE)
 		type |= UC_NORMAL;
 	if (info->flags & AIM_FLAG_AWAY)
 		type |= UC_UNAVAILABLE;