Mercurial > pidgin
diff src/blist.c @ 6473:2311f3761ed2
[gaim-migrate @ 6982]
We shouldn't notify people that we're converting the buddy list, since it
doesn't really take long, and we don't do that for preferences, accounts,
or pounces. However, I've only #if 0'd it out, so if somebody feels this is
*really* important, we can easily put it back.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Fri, 15 Aug 2003 03:59:00 +0000 |
parents | ccfdf9f2cdd1 |
children | 70d5122bc3ff |
line wrap: on
line diff
--- a/src/blist.c Fri Aug 15 03:43:39 2003 +0000 +++ b/src/blist.c Fri Aug 15 03:59:00 2003 +0000 @@ -1794,6 +1794,7 @@ } else if(g_list_length(gaim_accounts_get_all())) { GMainContext *ctx; +#if 0 /* rob wants to inform the user that their buddy lists are * being converted */ msg = g_strdup_printf(_("Gaim is converting your old buddy lists " @@ -1807,6 +1808,7 @@ while(g_main_context_pending(ctx)) g_main_context_iteration(ctx, FALSE); +#endif /* read in the old lists, then save to the new format */ for(accts = gaim_accounts_get_all(); accts; accts = accts->next) {