Wed, 01 Mar 2006 06:42:39 +0000
[gaim-migrate @ 15734]
Ahh... The problems of multiple trees. Compile.
| src/gtkrequest.c | file | annotate | diff | comparison | revisions |
--- a/src/gtkrequest.c Wed Mar 01 06:10:41 2006 +0000 +++ b/src/gtkrequest.c Wed Mar 01 06:42:39 2006 +0000 @@ -695,7 +695,7 @@ if (type_hint != NULL && strcmp(type_hint, "account") == 0) { if (fld->ui_data == NULL) - fld->ui_data - create_account_field(fld); + fld->ui_data = create_account_field(fld); optmenu = GTK_WIDGET(fld->ui_data); break; }