diff -r 9e8daf211e10 -r a21577fbb4d2 console/gntrequest.c --- a/console/gntrequest.c Sat Aug 19 02:57:06 2006 +0000 +++ b/console/gntrequest.c Sat Aug 19 03:38:23 2006 +0000 @@ -247,7 +247,8 @@ else if (type == GAIM_REQUEST_FIELD_CHOICE) { GntWidget *combo = field->ui_data;; - int id = GPOINTER_TO_INT(gnt_combo_box_get_selected_data(GNT_COMBO_BOX(combo))); + int id; + id = GPOINTER_TO_INT(gnt_combo_box_get_selected_data(GNT_COMBO_BOX(combo))); gaim_request_field_choice_set_value(field, id); } else if (type == GAIM_REQUEST_FIELD_LIST)