diff libpurple/status.h @ 20942:37f3c1023a68

Use a #define for the msn 'currentmedia' status attribute in line with the PURPLE_TUNE_ attributes used in the xmpp prpl
author Evan Schoenberg <evan.s@dreskin.net>
date Mon, 15 Oct 2007 23:46:02 +0000
parents 481749fc0b6b
children 6de09629f091
line wrap: on
line diff
--- a/libpurple/status.h	Mon Oct 15 01:44:52 2007 +0000
+++ b/libpurple/status.h	Mon Oct 15 23:46:02 2007 +0000
@@ -121,7 +121,8 @@
 #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" {