changeset 4352:d0cef2cc9660

[gaim-migrate @ 4617] we don't need to convert when we don't have any accounts committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 20 Jan 2003 00:40:20 +0000
parents bd1db4c2e00b
children 539cccfffa46
files src/list.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/list.c	Mon Jan 20 00:29:46 2003 +0000
+++ b/src/list.c	Mon Jan 20 00:40:20 2003 +0000
@@ -953,7 +953,7 @@
 			do_error_dialog(_("Buddy List Error"), msg, GAIM_ERROR);
 			g_free(msg);
 		}
-	} else {
+	} else if(g_slist_length(aim_users)) {
 		/* rob wants to inform the user that their buddy lists are
 		 * being converted */
 		msg = g_strdup_printf(_("Gaim is converting your old buddy lists "