comparison libpurple/imgstore.c @ 18243:a8b19e002cb4

propagate from branch 'im.pidgin.pidgin' (head e9da27c3123d1223162bf9fb76f58822873e18f8) to branch 'im.pidgin.soc.2007.remotelogging' (head da5442aedd302aafb260948b66ce0549a3e0a0e4)
author Richard Laager <rlaager@wiktel.com>
date Sun, 24 Jun 2007 20:01:43 +0000
parents 7df46d8bf114
children e356256cb8a6
comparison
equal deleted inserted replaced
18176:b14dfa2f49a1 18243:a8b19e002cb4
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 * 24 *
25 */ 25 */
26 26
27 #include <glib.h> 27 #include <glib.h>
28 #include "internal.h"
29
28 #include "dbus-maybe.h" 30 #include "dbus-maybe.h"
29 #include "debug.h" 31 #include "debug.h"
30 #include "imgstore.h" 32 #include "imgstore.h"
31 #include "util.h" 33 #include "util.h"
32 34