changeset 4289:971684503905

[gaim-migrate @ 4542] Right. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 11 Jan 2003 04:54:00 +0000
parents a723d060620a
children 8406c518b879
files src/aim.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/aim.c	Sat Jan 11 04:48:10 2003 +0000
+++ b/src/aim.c	Sat Jan 11 04:54:00 2003 +0000
@@ -492,7 +492,7 @@
 
 	smiley_theme_probe();
 	if (current_smiley_theme == NULL && smiley_themes)
-		load_smiley_theme(smiley_themes->data);
+		load_smiley_theme(smiley_themes->data, TRUE);
 
 	/* 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);