# HG changeset patch # User Mark Doliner # Date 1056867376 0 # Node ID c36b3c654761bb87842fc64d0cb25b1ba862e9ae # Parent 0878caaef952525727ce6bf3ef30c1b0733748a8 [gaim-migrate @ 6419] I might as well commit it right this instant. This makes Gaim not output silly gtk error things when importing a buddy pounce on an account that no longer exists. committer: Tailor Script diff -r 0878caaef952 -r c36b3c654761 src/gaimrc.c --- a/src/gaimrc.c Sun Jun 29 01:00:22 2003 +0000 +++ b/src/gaimrc.c Sun Jun 29 06:16:16 2003 +0000 @@ -1644,6 +1644,8 @@ ph = (struct pounce_placeholder *)l->data; account = gaim_accounts_find(ph->pouncer, ph->protocol); + if (account == NULL) + continue; old_pounce_opts_to_new(ph->options, &events, &actions);