# HG changeset patch # User Will Thompson # Date 1193613489 0 # Node ID c1033e943d2a3b4c07ce13bc886b0c1a1ff3f1d1 # Parent 872068d10eab153c858f87c54c59b4bae64deaf4 The two PurpleConnectionErrorInfo parameters are meant to be const. diff -r 872068d10eab -r c1033e943d2a pidgin/gtkblist.c --- 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)