Mercurial > pidgin
comparison finch/gntrequest.c @ 20453:69febfa6d307
propagate from branch 'im.pidgin.pidgin' (head d3e5a5add3f39caa08b46c83177328e51c2d961a)
to branch 'im.pidgin.cpw.khc.msnp14' (head a8f6c999b039b4097aa70cd8d2597f3127615435)
author | Carlos Silva <typ0@pidgin.im> |
---|---|
date | Sat, 16 Jun 2007 04:00:32 +0000 |
parents | 4ca97b26a8fb |
children | 926ccb104da0 fc6d1088cb27 eb49b371cf9a |
comparison
equal
deleted
inserted
replaced
20452:5c34a0a3c362 | 20453:69febfa6d307 |
---|---|
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 |