pidgin/smileyparser.c

branch
soc.2013.gobjectification.plugins
changeset 37053
e8959e0f6a37
parent 36626
18fc361b3704
parent 35320
9553d50ea702
child 37102
63a5361c11a1
--- 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;

mercurial