changeset 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 6acab949d5cd
children 2fed50891afa
files src/blist.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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) {