changeset 16411:569eba287c84

Sean proposed changing ICQ's "do not disturb" status from being extended away to being unavailable, and I agree.
author Mark Doliner <mark@kingant.net>
date Wed, 25 Apr 2007 05:55:40 +0000
parents 58a097859388
children f7c5a1cf2f9c 79c5daa011a2
files libpurple/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c	Wed Apr 25 05:25:57 2007 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Wed Apr 25 05:55:40 2007 +0000
@@ -5776,7 +5776,7 @@
 				purple_value_new(PURPLE_TYPE_STRING), NULL);
 	status_types = g_list_prepend(status_types, type);
 
-	type = purple_status_type_new_with_attrs(PURPLE_STATUS_EXTENDED_AWAY,
+	type = purple_status_type_new_with_attrs(PURPLE_STATUS_UNAVAILABLE,
 				OSCAR_STATUS_ID_DND,
 				_("Do Not Disturb"), TRUE, is_icq, FALSE,
 				"message", _("Message"),