--- a/pidgin/smileyparser.c Sun Feb 02 04:05:52 2014 +0530 +++ b/pidgin/smileyparser.c Sun Feb 02 17:35:34 2014 +0530 @@ -157,7 +157,9 @@ } for (list = current_smiley_theme->list; list; list = list->next) { - if (g_str_equal(list->sml, proto_name)) { + if (g_str_equal(list->sml, "default") || + g_str_equal(list->sml, proto_name)) + { temp2 = parse_for_smiley_list(temp, list->files); g_free(temp); temp = temp2;