diff libpurple/core.c @ 25920:c0e3b62f8098

* Alphabetize files in a few Makefile.am files * Alphabetize some #includes * Alphabetize listings in ChangeLog.API * Add a few things to ChangeLog.API that were left out * Other minor whitespace changes
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 06:03:06 +0000
parents 3687049b4faf
children 86abaefccc92
line wrap: on
line diff
--- a/libpurple/core.c	Mon Jan 26 04:19:00 2009 +0000
+++ b/libpurple/core.c	Mon Jan 26 06:03:06 2009 +0000
@@ -50,8 +50,8 @@
 #include "sslconn.h"
 #include "status.h"
 #include "stun.h"
+#include "theme-manager.h"
 #include "util.h"
-#include "theme-manager.h"
 
 #ifdef HAVE_DBUS
 #  ifndef DBUS_API_SUBJECT_TO_CHANGE
@@ -146,6 +146,7 @@
 	purple_plugins_probe(G_MODULE_SUFFIX);
 
 	purple_theme_manager_init();
+
 	/* The buddy icon code uses the imgstore, so init it early. */
 	purple_imgstore_init();