summaryrefslogtreecommitdiff
path: root/pidgin/gtkthemes.c
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2007-04-15 18:42:50 +0000
committerMark Doliner <markdoliner@pidgin.im>2007-04-15 18:42:50 +0000
commitc566be535701c825f8387793c268bce706f17568 (patch)
treec1fba799e0994fc38a0e54c00c062de40ec708b1 /pidgin/gtkthemes.c
parentae09ee4115f353f087fa1084e93da2d2069793fe (diff)
downloadpidgin-c566be535701c825f8387793c268bce706f17568.tar.gz
Change another 'append' to 'prepend', since the ordering doesn't matter
Diffstat (limited to 'pidgin/gtkthemes.c')
-rw-r--r--pidgin/gtkthemes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkthemes.c b/pidgin/gtkthemes.c
index d8d4da5d74..5c3f076448 100644
--- a/pidgin/gtkthemes.c
+++ b/pidgin/gtkthemes.c
@@ -224,7 +224,7 @@ void pidginthemes_load_smiley_theme(const char *file, gboolean load)
}
if (new_theme) {
- smiley_themes = g_slist_append(smiley_themes, theme);
+ smiley_themes = g_slist_prepend(smiley_themes, theme);
}
if (load) {