summaryrefslogtreecommitdiff
path: root/finch/finch.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2013-01-18 03:51:05 -0500
committerElliott Sales de Andrade <qulogic@pidgin.im>2013-01-18 03:51:05 -0500
commite1629642e9758e7ccad392f8918621756bbf17e9 (patch)
tree290db89b80cb926113a321b5f85669c8ac2d2ee0 /finch/finch.c
parent243d919d6c7576e4f708fbbff06dd8a02b1b72b9 (diff)
downloadpidgin-e1629642e9758e7ccad392f8918621756bbf17e9.tar.gz
Move blist loading into purple_core_init.
The comments say we want to move this into purple_blist_init, but that seems like it would be problematic. We need the UI ops to be set, which moves blist init after UI init. But stuff needs blist signals to be registered before UI init, etc., etc. It seemed like a pain to work that all out. I made purple_blist_boot for purple_core_init to call after the UI init happened. It could have been called _load, but I didn't want people to accidentally continue calling it.
Diffstat (limited to 'finch/finch.c')
-rw-r--r--finch/finch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/finch/finch.c b/finch/finch.c
index f3acd6ca81..33b752f755 100644
--- a/finch/finch.c
+++ b/finch/finch.c
@@ -377,10 +377,6 @@ init_libpurple(int argc, char **argv)
abort();
}
- /* TODO: Move blist loading into purple_blist_init() */
- purple_set_blist(purple_blist_new());
- purple_blist_load();
-
/* TODO: should this be moved into finch_prefs_init() ? */
finch_prefs_update_old();