# HG changeset patch # User Sean Egan # Date 1042260840 0 # Node ID 971684503905897d640b14e7681123667a9c4093 # Parent a723d060620a344e5929b3b5e35ec1596540f1ed [gaim-migrate @ 4542] Right. committer: Tailor Script diff -r a723d060620a -r 971684503905 src/aim.c --- 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);