comparison libpurple/status.c @ 20644:55b11740897c

Add PURPLE_STATUS_TUNE to status_primitive_map so that it has a name
author Mark Doliner <mark@kingant.net>
date Wed, 26 Sep 2007 06:54:16 +0000
parents 5913725cbcd6
children 944f7ada49e0
comparison
equal deleted inserted replaced
20643:cb7d809867ac 20644:55b11740897c
155 { PURPLE_STATUS_AVAILABLE, "available", N_("Available") }, 155 { PURPLE_STATUS_AVAILABLE, "available", N_("Available") },
156 { PURPLE_STATUS_UNAVAILABLE, "unavailable", N_("Do not disturb") }, 156 { PURPLE_STATUS_UNAVAILABLE, "unavailable", N_("Do not disturb") },
157 { PURPLE_STATUS_INVISIBLE, "invisible", N_("Invisible") }, 157 { PURPLE_STATUS_INVISIBLE, "invisible", N_("Invisible") },
158 { PURPLE_STATUS_AWAY, "away", N_("Away") }, 158 { PURPLE_STATUS_AWAY, "away", N_("Away") },
159 { PURPLE_STATUS_EXTENDED_AWAY, "extended_away", N_("Extended away") }, 159 { PURPLE_STATUS_EXTENDED_AWAY, "extended_away", N_("Extended away") },
160 { PURPLE_STATUS_MOBILE, "mobile", N_("Mobile") } 160 { PURPLE_STATUS_MOBILE, "mobile", N_("Mobile") },
161 { PURPLE_STATUS_TUNE, "tune", N_("Listening to music") }
161 }; 162 };
162 163
163 const char * 164 const char *
164 purple_primitive_get_id_from_type(PurpleStatusPrimitive type) 165 purple_primitive_get_id_from_type(PurpleStatusPrimitive type)
165 { 166 {