comparison src/toc.c @ 229:e8ea7f37e28f

[gaim-migrate @ 239] One minor tweak to the buddy list cache. If we read a non-zero buddy list from TOC and there is not a cache yet, create it. committer: Tailor Script <tailor@pidgin.im>
author Syd Logan <slogan>
date Wed, 10 May 2000 08:29:02 +0000
parents f3b61c04f44e
children 6ced2f1c8b24
comparison
equal deleted inserted replaced
228:f3b61c04f44e 229:e8ea7f37e28f
898 /* perhaps the server dropped the buddy list, try importing from 898 /* perhaps the server dropped the buddy list, try importing from
899 cache */ 899 cache */
900 900
901 if ( how_many == 0 ) { 901 if ( how_many == 0 ) {
902 do_import( (GtkWidget *) NULL, 0 ); 902 do_import( (GtkWidget *) NULL, 0 );
903 } else if ( bud_list_cache_exists() == FALSE ) {
904 do_export( (GtkWidget *) NULL, 0 );
903 } 905 }
904 } 906 }