diff pidgin/gtkthemes.c @ 16361:4d2201900a35

Fix #273 (Emoticons appearing in reverse order).
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 25 Apr 2007 01:43:41 +0000
parents 0973688f4b74
children 92821180bded 51f19b846fc9
line wrap: on
line diff
--- a/pidgin/gtkthemes.c	Wed Apr 25 00:48:59 2007 +0000
+++ b/pidgin/gtkthemes.c	Wed Apr 25 01:43:41 2007 +0000
@@ -200,6 +200,10 @@
 					i++;
 
 			}
+
+			/* Reverse the Smiley list since it was built in reverse order for efficiency reasons */
+			list->smileys = g_slist_reverse(list->smileys);
+
 			if (!have_used_sfile)
 				g_free(sfile);
 		}