Mercurial > pidgin
comparison finch/gntrequest.c @ 18106:40d51793f2d7
propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5)
to branch 'im.pidgin.pidgin' (head 7f1ffdbda951c2effec7bfbfa8148e9ce98e7669)
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 15 Jun 2007 19:34:24 +0000 |
parents | 4ca97b26a8fb |
children | 926ccb104da0 fc6d1088cb27 eb49b371cf9a |
comparison
equal
deleted
inserted
replaced
17938:9564b55f3c18 | 18106:40d51793f2d7 |
---|---|
488 } | 488 } |
489 else if (type == PURPLE_REQUEST_FIELD_ACCOUNT) | 489 else if (type == PURPLE_REQUEST_FIELD_ACCOUNT) |
490 { | 490 { |
491 gboolean all; | 491 gboolean all; |
492 PurpleAccount *def; | 492 PurpleAccount *def; |
493 GList *list; | 493 const GList *list; |
494 GntWidget *combo = gnt_combo_box_new(); | 494 GntWidget *combo = gnt_combo_box_new(); |
495 gnt_box_set_alignment(GNT_BOX(hbox), GNT_ALIGN_MID); | 495 gnt_box_set_alignment(GNT_BOX(hbox), GNT_ALIGN_MID); |
496 gnt_box_add_widget(GNT_BOX(hbox), combo); | 496 gnt_box_add_widget(GNT_BOX(hbox), combo); |
497 field->ui_data = combo; | 497 field->ui_data = combo; |
498 | 498 |