[gaim-migrate @ 15734]

Wed, 01 Mar 2006 06:42:39 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Wed, 01 Mar 2006 06:42:39 +0000
changeset 13362
b9ce19616b59
parent 13361
bb2f64cf6721
child 13363
d64e626254cc

[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;
 					}

mercurial