comparison 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
comparison
equal deleted inserted replaced
21373:cbf197042bad 21374:71c1f2da4ff2
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 PurpleAccountCurrentError *old, 4398 PurpleConnectionErrorPair *old,
4399 PurpleAccountCurrentError *new, 4399 PurpleConnectionErrorPair *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