From: Adil <ad...@ya...> - 2007-03-23 05:51:58
|
--- Eric Polino <al...@gm...> wrote: > i'm trying to trace gaim-text to see how it's initialization takes > place. i am unable to find where the accounts get activated. is > there a document somewhere that explains the basic flow, there are > just too many functions to trace. The 'enable'ness of an account is determined by the setting named 'auto-login' for an account. It's a ui-setting, ie. it can have different values for different ui's. When libgaim is initialized, it loads the accounts and its settings. So an account is 'enabled' (or not) right when it's loaded from accounts.xml. Then it's 'activated' by either gaim_accounts_restore_current_statuses or gaim_savedstatus_activate (and only if it is 'enabled'). Sadrul __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |