summaryrefslogtreecommitdiff
path: root/libpurple/status.h
diff options
context:
space:
mode:
authorEvan Schoenberg <evands@pidgin.im>2007-10-15 23:46:02 +0000
committerEvan Schoenberg <evands@pidgin.im>2007-10-15 23:46:02 +0000
commitee20960a8c078c46fd30f8c890becf76415a9cc5 (patch)
treedd65c617ff68f8333585c668559656daa7fef2ab /libpurple/status.h
parentd9af169abfe5ca6867b990baf274da67072a966e (diff)
downloadpidgin-ee20960a8c078c46fd30f8c890becf76415a9cc5.tar.gz
Use a #define for the msn 'currentmedia' status attribute in line with the PURPLE_TUNE_ attributes used in the xmpp prpl
Diffstat (limited to 'libpurple/status.h')
-rw-r--r--libpurple/status.h3
1 files changed, 2 insertions, 1 deletions
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" {