diff src/gaimrc.c @ 6101:e4a5085fb870

[gaim-migrate @ 6560] This should fix some icon uploading looping. Sean, the problem was that, when adding the md5 sum to ssi, the code was checking if it existed by looking for an item named "0", but it was actually adding an item named "1." So for accounts with no icon info yet, Gaim would end up getting in a loop and spiraling into oblivion, only far less dramatic. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 12 Jul 2003 19:08:19 +0000
parents dbeaa5530f78
children 7ec9166fd2c8
line wrap: on
line diff
--- a/src/gaimrc.c	Sat Jul 12 17:38:06 2003 +0000
+++ b/src/gaimrc.c	Sat Jul 12 19:08:19 2003 +0000
@@ -29,6 +29,7 @@
 #include "proxy.h"
 #include "prpl.h"
 #include "sound.h"
+#include "status.h"
 #include "ui.h"
 #include "util.h"