pidgin/smileyparser.c

changeset 35320
9553d50ea702
parent 33539
12e93808f35d
child 35500
ae6432ea326f
child 37053
e8959e0f6a37
--- a/pidgin/smileyparser.c	Sat Feb 01 21:26:39 2014 +0100
+++ b/pidgin/smileyparser.c	Sun Feb 02 00:51:25 2014 +0100
@@ -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;

mercurial