changeset 27283:702ebcb059fd

Remove duplicated call to purple_theme_manager_init()
author Paul Aurich <paul@darkrain42.org>
date Sun, 28 Jun 2009 06:21:40 +0000
parents a2508ac2e536
children 9ad4b5200f24
files libpurple/core.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/core.c	Sun Jun 28 06:21:28 2009 +0000
+++ b/libpurple/core.c	Sun Jun 28 06:21:40 2009 +0000
@@ -175,7 +175,6 @@
 	purple_xfers_init();
 	purple_idle_init();
 	purple_smileys_init();
-	purple_theme_manager_init();
 	/*
 	 * Call this early on to try to auto-detect our IP address and
 	 * hopefully save some time later.