# HG changeset patch # User Daniel Atallah # Date 1188359721 0 # Node ID 098c046020658b64304c6a61973d7ab120dee5fa # Parent e2b7dadac41534c917315f744fab954c5ed244ff Make a note about purple_prefs_load no longer needing to be called by the UI and update finch accordingly. There doesn't appear to be any negative effects of having the purple_prefs_load called twice. diff -r e2b7dadac415 -r 098c04602065 ChangeLog.API --- a/ChangeLog.API Wed Aug 29 01:46:45 2007 +0000 +++ b/ChangeLog.API Wed Aug 29 03:55:21 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: diff -r e2b7dadac415 -r 098c04602065 finch/finch.c --- a/finch/finch.c Wed Aug 29 01:46:45 2007 +0000 +++ b/finch/finch.c Wed Aug 29 03:55:21 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 */