diff libpurple/protocols/myspace/myspace.h @ 19595:f586bc904d71

Update msimprpl to 0.17, for an independent release for Pidgin 2.1.1.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 03 Sep 2007 06:39:42 +0000
parents 11c727b19201
children 582a5608cfc1
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Mon Sep 03 05:28:45 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Mon Sep 03 06:39:42 2007 +0000
@@ -75,7 +75,7 @@
 
 /* Use the attention API for zaps? */
 /* Can't have until >=2.2.0, since is a new API. */
-#define MSIM_USE_ATTENTION_API
+/*#define MSIM_USE_ATTENTION_API*/
 
 /* Constants */
 
@@ -96,7 +96,7 @@
 #define MSIM_LANGUAGE_NAME_ENGLISH  "ENGLISH"
 
 /* msimprpl version string of this plugin */
-#define MSIM_PRPL_VERSION_STRING    "0.16"
+#define MSIM_PRPL_VERSION_STRING    "0.17"
 
 /* Default server */
 #define MSIM_SERVER                 "im.myspace.akadns.net"
@@ -186,10 +186,10 @@
 /** A type of "attention" message (zap, nudge, buzz, etc. depending on the
  * protocol) that can be sent and received. */
 struct _MsimAttentionType {
-	PurpleStoredImage *icon;
-	const gchar *description;		/**< Shown before sending. */
+	const gchar *name;	 	        /**< Shown before sending. */
 	const gchar *incoming_description;	/**< Shown when sent. */
 	const gchar *outgoing_description;	/**< Shown when received. */
+	const gchar *icon_name;
 };
 #endif