diff src/account.c @ 10067:39142bdd5ba6

[gaim-migrate @ 11043] This is sf patch 1031460, Added gaim_status_[type_]is_exclusive So we can do gaim_status_type_is_exlusive(status_type) instead of !gaim_status_type_is_independent(status_type) Also, I'll be out of town all next week, starting Saturday (not that it'll matter, I've barely had any Gaim-time the last week or two) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 27 Sep 2004 22:05:27 +0000
parents eaec201b2688
children 131f70fc53c1
line wrap: on
line diff
--- a/src/account.c	Mon Sep 27 21:48:56 2004 +0000
+++ b/src/account.c	Mon Sep 27 22:05:27 2004 +0000
@@ -568,7 +568,7 @@
 		return;
 	}
 
-	if (!active && gaim_status_is_independent(status))
+	if (!active && gaim_status_is_exclusive(status))
 	{
 		gaim_debug(GAIM_DEBUG_ERROR, "accounts",
 				   "Cannot deactivate an exclusive status.\n");