From ee20960a8c078c46fd30f8c890becf76415a9cc5 Mon Sep 17 00:00:00 2001 From: Evan Schoenberg Date: Mon, 15 Oct 2007 23:46:02 +0000 Subject: Use a #define for the msn 'currentmedia' status attribute in line with the PURPLE_TUNE_ attributes used in the xmpp prpl --- libpurple/status.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpurple/status.h') diff --git a/libpurple/status.h b/libpurple/status.h index 13203a87e5..0e28ea29c9 100644 --- a/libpurple/status.h +++ b/libpurple/status.h @@ -121,7 +121,8 @@ typedef enum #define PURPLE_TUNE_TRACK "tune_track" #define PURPLE_TUNE_TIME "tune_time" #define PURPLE_TUNE_YEAR "tune_year" -#define PURPLE_TUNE_URL "tune_url" +#define PURPLE_TUNE_URL "tune_url" +#define PURPLE_TUNE_FULL "tune_full" #ifdef __cplusplus extern "C" { -- cgit v1.2.1