changeset 19521:dbed19b9773b

merge of '770ac36e679db47d463b561e8972d12c2f77bd4f' and '86832a578d8073ab4e867eeeab304f44c5a233c4'
author William Ehlhardt <williamehlhardt@gmail.com>
date Wed, 29 Aug 2007 04:03:01 +0000
parents 2e27d9291197 (current diff) 098c04602065 (diff)
children 639e275a1f5d
files
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog.API	Wed Aug 29 04:01:42 2007 +0000
+++ b/ChangeLog.API	Wed Aug 29 04:03:01 2007 +0000
@@ -6,6 +6,9 @@
 		* PURPLE_MESSAGE_INVISIBLE flag, which can be used by
 		  purple_conv_im_send_with_flags to send a message, but not display it
 		  in the conversation
+		Changed:
+		* purple_prefs_load is now called within purple_prefs_init.
+		  The UI no longer needs to call it.
 
 	Pidgin:
 		Added:
--- a/finch/finch.c	Wed Aug 29 04:01:42 2007 +0000
+++ b/finch/finch.c	Wed Aug 29 04:03:01 2007 +0000
@@ -360,9 +360,7 @@
 	purple_set_blist(purple_blist_new());
 	purple_blist_load();
 
-	/* TODO: Move prefs loading into purple_prefs_init() */
-	purple_prefs_load();
-	purple_prefs_update_old();
+	/* TODO: should this be moved into finch_prefs_init() ? */
 	finch_prefs_update_old();
 
 	/* load plugins we had when we quit */