comparison pidgin/gtkblist.c @ 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 71c1f2da4ff2
children c1033e943d2a
comparison
equal deleted inserted replaced
21376:f5b223d0cb89 21377:872068d10eab
4393 gtk_widget_show_all(gtkblist->error_buttons); 4393 gtk_widget_show_all(gtkblist->error_buttons);
4394 } 4394 }
4395 4395
4396 static void 4396 static void
4397 update_account_error_state(PurpleAccount *account, 4397 update_account_error_state(PurpleAccount *account,
4398 PurpleConnectionErrorPair *old, 4398 PurpleConnectionErrorInfo *old,
4399 PurpleConnectionErrorPair *new, 4399 PurpleConnectionErrorInfo *new,
4400 PidginBuddyList *gtkblist) 4400 PidginBuddyList *gtkblist)
4401 { 4401 {
4402 if (new) 4402 if (new)
4403 pidgin_blist_update_account_error_state(account, new->description); 4403 pidgin_blist_update_account_error_state(account, new->description);
4404 else 4404 else