# HG changeset patch # User Paul Aurich # Date 1249192436 0 # Node ID 5b21007cf503c877b83c1347dc1a6d415ce8cd39 # Parent deecc1d663c474cd82f72023227c58162470fca4 Oops, fix loading smiley themes. diff -r deecc1d663c4 -r 5b21007cf503 pidgin/gtkthemes.c --- a/pidgin/gtkthemes.c Sun Aug 02 05:34:11 2009 +0000 +++ b/pidgin/gtkthemes.c Sun Aug 02 05:53:56 2009 +0000 @@ -242,7 +242,7 @@ lst = lst->next; } - if (theme == current_smiley_theme) { + if (theme != NULL && theme == current_smiley_theme) { /* Don't reload the theme if it is already loaded */ fclose(f); return;