comparison finch/gntstatus.c @ 18068:0b3d6ea61760

propagate from branch 'im.pidgin.pidgin' (head 4b50880d8517570eaa67d4cd9d88c5934bb832f1) to branch 'im.pidgin.pidgin.2.1.0' (head fefd59692d4177b91d52f6d71b1565b76c88725d)
author Richard Laager <rlaager@wiktel.com>
date Thu, 07 Jun 2007 14:48:33 +0000
parents 4ca97b26a8fb
children 926ccb104da0
comparison
equal deleted inserted replaced
17782:5eebb9b24e30 18068:0b3d6ea61760
495 { 495 {
496 EditStatus *edit; 496 EditStatus *edit;
497 GntWidget *window, *box, *button, *entry, *combo, *label, *tree; 497 GntWidget *window, *box, *button, *entry, *combo, *label, *tree;
498 PurpleStatusPrimitive prims[] = {PURPLE_STATUS_AVAILABLE, PURPLE_STATUS_AWAY, 498 PurpleStatusPrimitive prims[] = {PURPLE_STATUS_AVAILABLE, PURPLE_STATUS_AWAY,
499 PURPLE_STATUS_INVISIBLE, PURPLE_STATUS_OFFLINE, PURPLE_STATUS_UNSET}, current; 499 PURPLE_STATUS_INVISIBLE, PURPLE_STATUS_OFFLINE, PURPLE_STATUS_UNSET}, current;
500 GList *iter; 500 const GList *iter;
501 int i; 501 int i;
502 502
503 if (saved) 503 if (saved)
504 { 504 {
505 GList *iter; 505 GList *iter;