diff src/aim.c @ 4263:74f65a3d2a1f

[gaim-migrate @ 4514] I wanted to get this into cvs before I went to bed. Now proto-specific themes will work. The code's a bit crude at parts and it's not as fast as I'd like, but I can work some more on it tomorrow. Just figured you'd want to get a look at this. 8 penguin points to whoever finds out why gtk_smiley_tree_destroy (commented out right now, causing leakage) segfaults on me now. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 09 Jan 2003 09:41:49 +0000
parents ebfb80bbe1ed
children a723d060620a
line wrap: on
line diff
--- a/src/aim.c	Thu Jan 09 06:38:09 2003 +0000
+++ b/src/aim.c	Thu Jan 09 09:41:49 2003 +0000
@@ -490,6 +490,8 @@
 	GList *icons = NULL;
 	GdkPixbuf *icon = NULL;
 
+	smiley_theme_probe();
+
 	/* use the nice PNG icon for all the windows */
 	icon = gdk_pixbuf_new_from_file(DATADIR G_DIR_SEPARATOR_S "pixmaps" G_DIR_SEPARATOR_S "gaim.png",NULL);
 	if (icon) {
@@ -809,7 +811,7 @@
 #if GAIM_PLUGINS || USE_PERL
 	gaim_probe_plugins();
 #endif
-
+		
 #ifdef _WIN32
 	/* Various win32 initializations */
 	wgaim_init();