Mercurial > pidgin
comparison src/list.c @ 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 | 16f7f9451814 |
comparison
equal
deleted
inserted
replaced
| 4351:bd1db4c2e00b | 4352:d0cef2cc9660 |
|---|---|
| 951 msg = g_strdup_printf(_("An error was encountered parsing your " | 951 msg = g_strdup_printf(_("An error was encountered parsing your " |
| 952 "buddy list. It has not been loaded.")); | 952 "buddy list. It has not been loaded.")); |
| 953 do_error_dialog(_("Buddy List Error"), msg, GAIM_ERROR); | 953 do_error_dialog(_("Buddy List Error"), msg, GAIM_ERROR); |
| 954 g_free(msg); | 954 g_free(msg); |
| 955 } | 955 } |
| 956 } else { | 956 } else if(g_slist_length(aim_users)) { |
| 957 /* rob wants to inform the user that their buddy lists are | 957 /* rob wants to inform the user that their buddy lists are |
| 958 * being converted */ | 958 * being converted */ |
| 959 msg = g_strdup_printf(_("Gaim is converting your old buddy lists " | 959 msg = g_strdup_printf(_("Gaim is converting your old buddy lists " |
| 960 "to a new format, which will now be located at %s"), | 960 "to a new format, which will now be located at %s"), |
| 961 filename); | 961 filename); |
