diff src/aim.c @ 4288:a723d060620a

[gaim-migrate @ 4541] Here. Now you can like have lots of themes and like make your own and like switch them and stuff. It's kidna neat, I suppose. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 11 Jan 2003 04:48:10 +0000
parents 74f65a3d2a1f
children 971684503905
line wrap: on
line diff
--- a/src/aim.c	Sat Jan 11 00:38:22 2003 +0000
+++ b/src/aim.c	Sat Jan 11 04:48:10 2003 +0000
@@ -491,6 +491,8 @@
 	GdkPixbuf *icon = NULL;
 
 	smiley_theme_probe();
+	if (current_smiley_theme == NULL && smiley_themes)
+		load_smiley_theme(smiley_themes->data);
 
 	/* 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);