diff pidgin/gtkblist.c @ 21374:71c1f2da4ff2

PurpleConnectionErrorPair is a better name for struct { PurpleConnectionError; const char *desc } than PurpleAccountCurrentError.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 28 Oct 2007 16:32:37 +0000
parents cbf197042bad
children 872068d10eab
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sun Oct 28 13:01:45 2007 +0000
+++ b/pidgin/gtkblist.c	Sun Oct 28 16:32:37 2007 +0000
@@ -4395,8 +4395,8 @@
 
 static void
 update_account_error_state(PurpleAccount *account,
-                           PurpleAccountCurrentError *old,
-                           PurpleAccountCurrentError *new,
+                           PurpleConnectionErrorPair *old,
+                           PurpleConnectionErrorPair *new,
                            PidginBuddyList *gtkblist)
 {
 	if (new)