changeset 23951:28c68cff8c8a

Stu's idea, I sort of did it the other way. I don't know if it will help but I am going to References #1862, #3696, #6776
author Ka-Hing Cheung <khc@hxbc.us>
date Sat, 30 Aug 2008 07:53:32 +0000
parents 8691534526f1
children dffd9abace4f
files libpurple/protocols/msn/switchboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/switchboard.c	Sat Aug 30 03:43:05 2008 +0000
+++ b/libpurple/protocols/msn/switchboard.c	Sat Aug 30 07:53:32 2008 +0000
@@ -58,7 +58,7 @@
 	swboard->cmdproc->data = swboard;
 	swboard->cmdproc->cbs_table = cbs_table;
 
-	session->switches = g_list_append(session->switches, swboard);
+	session->switches = g_list_prepend(session->switches, swboard);
 
 	return swboard;
 }