diff pidgin/plugins/cap/cap_statistics.h @ 15823:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 5fe8042783c1
children 44b4e8bd759b
line wrap: on
line diff
--- a/pidgin/plugins/cap/cap_statistics.h	Mon Mar 19 06:11:46 2007 +0000
+++ b/pidgin/plugins/cap/cap_statistics.h	Mon Mar 19 07:01:17 2007 +0000
@@ -1,5 +1,5 @@
 /*
- * Contact Availability Prediction plugin for Gaim
+ * Contact Availability Prediction plugin for Purple
  *
  * Copyright (C) 2006 Geoffrey Foster.
  *
@@ -38,7 +38,7 @@
 	time_t last_message;		/**< The time you last messaged them */
 	const char *last_message_status_id; /**< The status id of the buddy when you last messaged them */
 	const char *last_status_id;	/**< The last seen status id of the buddy */
-	GaimBuddy *buddy;			/**< The buddy that these statistics are associated with */
+	PurpleBuddy *buddy;			/**< The buddy that these statistics are associated with */
 	guint timeout_source_id;
 };