diff pidgin/gtkblist.c @ 21378:c1033e943d2a

The two PurpleConnectionErrorInfo parameters are meant to be const.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 28 Oct 2007 23:18:09 +0000
parents 872068d10eab
children a62b60a5745d
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sun Oct 28 23:10:08 2007 +0000
+++ b/pidgin/gtkblist.c	Sun Oct 28 23:18:09 2007 +0000
@@ -4395,8 +4395,8 @@
 
 static void
 update_account_error_state(PurpleAccount *account,
-                           PurpleConnectionErrorInfo *old,
-                           PurpleConnectionErrorInfo *new,
+                           const PurpleConnectionErrorInfo *old,
+                           const PurpleConnectionErrorInfo *new,
                            PidginBuddyList *gtkblist)
 {
 	if (new)