# HG changeset patch # User Christian Hammond # Date 1060919940 0 # Node ID 2311f3761ed2a06bbabf9524057b7a78750bf0f7 # Parent 6acab949d5cdafc013cd6228c5d2ad87ac011c8f [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 diff -r 6acab949d5cd -r 2311f3761ed2 src/blist.c --- 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) {