GNOME Bugzilla – Bug 683854
empathy-utils.c:568: empathy_account_manager_get_accounts_connected called before AccountManager ready
Last modified: 2012-09-12 08:51:53 UTC
I get this warning when starting master: (lt-empathy:6771): empathy-CRITICAL **: empathy-utils.c:568: empathy_account_manager_get_accounts_connected called before AccountManager ready 0 0x00007ffff3e18c24 in g_logv (log_domain=0x7ffff7af124f "empathy", log_level=G_LOG_LEVEL_CRITICAL, format=0x7ffff7af1d40 "empathy-utils.c:568: %s called before AccountManager ready", args=0x7fffffffc828) at gmessages.c:967
+ Trace 230842
Created attachment 224076 [details] [review] empathy_roster_window_init: don't call set_notebook_page() We should wait for the AM to be prepared (which is done in this function) before calling set_notebook_page() as it calls empathy_account_manager_get_accounts_connected() which relies on the AM being prepared.
Attachment 224076 [details] pushed as 873b2ab - empathy_roster_window_init: don't call set_notebook_page()