diff src/core.c @ 6846:8ab95f4c9800

[gaim-migrate @ 7391] Added new buddy icon caching code. Each GaimBuddy has its own icon, and the complete list of all icons is now stored in a set of hashtables for quick retrieval. Buddy icons now live much happier in the core, with the magma and tooth fairies (that's where they really live). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 15 Sep 2003 07:35:49 +0000
parents f098765ac919
children feb3d21a7794
line wrap: on
line diff
--- a/src/core.c	Mon Sep 15 02:23:58 2003 +0000
+++ b/src/core.c	Mon Sep 15 07:35:49 2003 +0000
@@ -84,6 +84,7 @@
 	gaim_connections_init();
 	gaim_conversations_init();
 	gaim_blist_init();
+	gaim_buddy_icons_init();
 	gaim_privacy_init();
 	gaim_pounces_init();
 	gaim_proxy_init();
@@ -128,6 +129,7 @@
 	gaim_blist_uninit();
 	gaim_conversations_uninit();
 	gaim_connections_uninit();
+	gaim_buddy_icons_uninit();
 	gaim_accounts_uninit();
 
 	gaim_signals_uninit();