diff -r ce82d6cbd24f -r 323bd864a6f1 src/gtkaccount.c --- a/src/gtkaccount.c Thu Jan 12 02:19:37 2006 +0000 +++ b/src/gtkaccount.c Thu Jan 12 02:21:04 2006 +0000 @@ -714,6 +714,9 @@ gboolean set; GList *l; + if (dialog->account == NULL) + return; + if (gc != NULL && dialog->account != gaim_connection_get_account(gc)) return;