diff libpurple/connection.h @ 21377:872068d10eab

Mark pointed out that PurpleConnectionErrorPair is not a very good name for the struct (what if it gains an extra field in the future?), and John suggested PurpleConnectionErrorInfo, which is an accurate name.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 28 Oct 2007 23:10:08 +0000
parents f5b223d0cb89
children 2daec6b5bbca
line wrap: on
line diff
--- a/libpurple/connection.h	Sun Oct 28 18:03:14 2007 +0000
+++ b/libpurple/connection.h	Sun Oct 28 23:10:08 2007 +0000
@@ -133,7 +133,7 @@
 	PurpleConnectionError type;
 	/** A localised, human-readable description of the error. */
 	const char *description;
-} PurpleConnectionErrorPair;
+} PurpleConnectionErrorInfo;
 
 #include <time.h>