# HG changeset patch # User Richard Laager # Date 1141195359 0 # Node ID 9b4a80566fd5e57a7e4a5de6738c04f913b8f4c1 # Parent 2e6dda9f91591c45215f613a35b3ef45a472e8ce [gaim-migrate @ 15734] Ahh... The problems of multiple trees. Compile. committer: Tailor Script diff -r 2e6dda9f9159 -r 9b4a80566fd5 src/gtkrequest.c --- 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; }